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:
@@ -47,7 +47,7 @@ BOOL daObj_Roten_c::CreateHeap() {
|
||||
};
|
||||
|
||||
J3DModelData* modelData = static_cast<J3DModelData*>(dComIfG_getObjectRes(M_arcname, bdl_arc_idx[mType]));
|
||||
JUT_ASSERT(0xB0, modelData != 0);
|
||||
JUT_ASSERT(0xB0, modelData != NULL);
|
||||
|
||||
mpModel = mDoExt_J3DModel__create(modelData, 0, 0x11020203);
|
||||
mpBgW = new dBgW();
|
||||
|
||||
Reference in New Issue
Block a user