mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 13:13:29 -04:00
Use NULL macro in asserts, fix NULL macro to match
This commit is contained in:
@@ -134,7 +134,7 @@ namespace daObjPaper {
|
||||
|
||||
mdl_data = (J3DModelData*)dComIfG_getObjectRes(attr(mType).mResName, attr(mType).mModelId);
|
||||
|
||||
JUT_ASSERT(0x13E, mdl_data != 0);
|
||||
JUT_ASSERT(0x13E, mdl_data != NULL);
|
||||
|
||||
mpModel = mDoExt_J3DModel__create(mdl_data, 0x80000, 0x11000022);
|
||||
if (mpModel)
|
||||
|
||||
Reference in New Issue
Block a user