2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 13:44:56 +00:00

Submoduel updates

This commit is contained in:
Jack Andersen
2015-11-25 21:38:56 -10:00
parent 67c2882dd2
commit f05227a5b0
5 changed files with 9 additions and 13 deletions

View File

@@ -55,7 +55,7 @@ void CGameAllocator::Shutdown()
}
void* CGameAllocator::Alloc(size_t sz, EHint, EScope, EType, const CCallStack&)
{
AllocLog.report(LogVisor::Warning, _S("Remind Phil to reimplement Alloc!!!!"));
//AllocLog.report(LogVisor::Warning, _S("Remind Phil to reimplement Alloc!!!!"));
return malloc(sz);
}
void CGameAllocator::Free(void* ptr)