1
0
mirror of https://github.com/td512/re3.git synced 2026-03-02 10:46:02 +00:00

fixed review stuff

This commit is contained in:
Nikolay Korolev
2020-12-19 14:33:22 +03:00
parent 17efc38e35
commit 76a564df2e
4 changed files with 1 additions and 22 deletions

View File

@@ -28,7 +28,7 @@ CDummyPool *CPools::ms_pDummyPool;
CAudioScriptObjectPool *CPools::ms_pAudioScriptObjectPool;
CColModelPool *CPools::ms_pColModelPool;
#ifdef GTA_PS2 // or USE_CUSTOM_ALLOCATOR
#if defined GTA_PS2 && !defined MASTER // or USE_CUSTOM_ALLOCATOR
#define CHECKMEM(msg) CMemCheck::AllocateMemCheckBlock(msg)
#else
#define CHECKMEM(msg)