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:
@@ -39,7 +39,7 @@ BOOL daObj_Pbco_c::CreateHeap() {
|
||||
} else {
|
||||
modelData = (J3DModelData*)(dComIfG_getObjectRes(M_arcname, PBCO_INDEX_BDL_PBC2));
|
||||
}
|
||||
JUT_ASSERT(0xa9, modelData != 0);
|
||||
JUT_ASSERT(0xa9, modelData != NULL);
|
||||
mpModel = mDoExt_J3DModel__create(modelData, 0, 0x11020203);
|
||||
if (dComIfGs_isEventBit(0x0a02) && !checkItemGet(dItem_PEARL_NAYRU_e, TRUE)) {
|
||||
mpBgW = NULL;
|
||||
|
||||
Reference in New Issue
Block a user