mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-17 21:03:35 -04:00
Use NULL macro in asserts, fix NULL macro to match
This commit is contained in:
@@ -36,7 +36,7 @@ BOOL daFloor_c::Delete() {
|
||||
/* 0000012C-000001E8 .text CreateHeap__9daFloor_cFv */
|
||||
int daFloor_c::CreateHeap() {
|
||||
J3DModelData* modelData = (J3DModelData*)dComIfG_getObjectRes(m_arcname, HHYU1_BDL_HHYU1);
|
||||
JUT_ASSERT(0xc1, modelData != 0);
|
||||
JUT_ASSERT(0xc1, modelData != NULL);
|
||||
mpModel = mDoExt_J3DModel__create(modelData, 0x80000, 0x11000022);
|
||||
if (mpModel == NULL)
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user