mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-17 21:03:35 -04:00
Use NULL macro in asserts, fix NULL macro to match
This commit is contained in:
@@ -51,7 +51,7 @@ JPABaseEmitter* JPAEmitterManager::createSimpleEmitterID(const JGeometry::TVec3<
|
||||
/* Nonmatching - regalloc */
|
||||
JUT_ASSERT(0x56, groupID < 16);
|
||||
JUT_ASSERT(0x57, rmID < 8);
|
||||
JUT_ASSERT(0x58, pResMgrArray[rmID] != 0);
|
||||
JUT_ASSERT(0x58, pResMgrArray[rmID] != NULL);
|
||||
|
||||
JPABaseEmitter* emtr;
|
||||
JPAEmitterData* emtrData;
|
||||
|
||||
Reference in New Issue
Block a user