mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-20 05:37:03 -04:00
Use NULL macro in asserts, fix NULL macro to match
This commit is contained in:
@@ -106,7 +106,7 @@ static BOOL CheckCreateHeap(fopAc_ac_c* i_this) {
|
||||
BOOL daWall_c::CreateHeap() {
|
||||
J3DModelData* modelData =
|
||||
(J3DModelData*)(dComIfG_getObjectRes(m_arcname[mType], m_bmdname[mType]));
|
||||
JUT_ASSERT(0x181, modelData != 0);
|
||||
JUT_ASSERT(0x181, modelData != NULL);
|
||||
|
||||
mpModel = mDoExt_J3DModel__create(modelData, 0x80000, 0x11000022);
|
||||
if (mpModel == NULL)
|
||||
|
||||
Reference in New Issue
Block a user