mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-17 13:00:01 -04:00
Use NULL macro in asserts, fix NULL macro to match
This commit is contained in:
@@ -37,7 +37,7 @@ bool daObjMonument::Act_c::create_heap() {
|
||||
bool ret = true;
|
||||
|
||||
J3DModelData* modelData = static_cast<J3DModelData*>(dComIfG_getObjectRes(M_arcname, attr(mType).mModelId));
|
||||
JUT_ASSERT(0x81, modelData != 0);
|
||||
JUT_ASSERT(0x81, modelData != NULL);
|
||||
|
||||
mpModel = mDoExt_J3DModel__create(modelData, 0x00, 0x11020203);
|
||||
if (!mpModel)
|
||||
|
||||
Reference in New Issue
Block a user