mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-21 22:10:59 -04:00
Use NULL macro in asserts, fix NULL macro to match
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ s32 dScnOpen_c::create() {
|
||||
s32 rt = dComIfG_resLoad(&mPhs, "Opening");
|
||||
if (rt == cPhs_COMPLEATE_e) {
|
||||
solid_heap = mDoExt_createSolidHeapFromGameToCurrent(0x20000, 0);
|
||||
JUT_ASSERT(0x3b, solid_heap != 0);
|
||||
JUT_ASSERT(0x3b, solid_heap != NULL);
|
||||
mpProc = new dScnOpen_proc_c();
|
||||
field_0x1d4 = NULL;
|
||||
mDoExt_restoreCurrentHeap();
|
||||
|
||||
Reference in New Issue
Block a user