mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-20 16:19:12 +00:00
CCharacterFactory imps
This commit is contained in:
@@ -71,6 +71,7 @@ IAllocator& CMemorySys::GetGameAllocator() {return g_gameAllocator;}
|
||||
|
||||
}
|
||||
|
||||
#if 0
|
||||
void* operator new(std::size_t sz)
|
||||
{
|
||||
if (!urde::g_memoryAllocatorReady)
|
||||
@@ -140,3 +141,5 @@ void operator delete[](void* ptr) noexcept
|
||||
}
|
||||
urde::CMemory::Free(ptr);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user