mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-07 21:30:47 -04:00
Use NULL macro in asserts, fix NULL macro to match
This commit is contained in:
@@ -44,7 +44,7 @@ bool JFWSystem::sInitCalled = false;
|
||||
|
||||
/* 80254DD0-80254E54 .text firstInit__9JFWSystemFv */
|
||||
void JFWSystem::firstInit() {
|
||||
JUT_ASSERT(80, rootHeap == 0);
|
||||
JUT_ASSERT(80, rootHeap == NULL);
|
||||
|
||||
OSInit();
|
||||
DVDInit();
|
||||
|
||||
Reference in New Issue
Block a user