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:
@@ -1219,7 +1219,7 @@ namespace daObjMovebox {
|
||||
BOOL success = TRUE;
|
||||
if (i_attr()->mModelFileIndex >= 0) {
|
||||
J3DModelData* modelData = (J3DModelData*)dComIfG_getObjectRes(M_arcname[mType], i_attr()->mModelFileIndex);
|
||||
JUT_ASSERT(1722, modelData != 0);
|
||||
JUT_ASSERT(1722, modelData != NULL);
|
||||
|
||||
mpModel = mDoExt_J3DModel__create(modelData, 0x80000, 0x11000022);
|
||||
success = (mpModel != 0);
|
||||
|
||||
Reference in New Issue
Block a user