mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
Use NULL macro in asserts, fix NULL macro to match
This commit is contained in:
@@ -32,7 +32,7 @@ static BOOL CheckCreateHeap(fopAc_ac_c* i_ac) {
|
||||
/* 000000CC-00000194 .text CreateHeap__10daSwTact_cFv */
|
||||
BOOL daSwTact_c::CreateHeap() {
|
||||
J3DModelData * modelData = (J3DModelData *)dComIfG_getObjectRes(m_arcname, ITACT_BDL_ITACT);
|
||||
JUT_ASSERT(0xe1, modelData != 0);
|
||||
JUT_ASSERT(0xe1, modelData != NULL);
|
||||
model = mDoExt_J3DModel__create(modelData, 0x80000, 0x11000022);
|
||||
if (model == NULL)
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user