mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-31 01:15:27 -04:00
Use FALSE macro in asserts, remove JUT_PANIC macro
This commit is contained in:
+1
-1
@@ -407,7 +407,7 @@ BOOL DynamicModuleControl::do_link() {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
JUT_ASSERT(724, 0);
|
||||
JUT_ASSERT(724, FALSE);
|
||||
}
|
||||
OSGetTime();
|
||||
sAllocBytes = sAllocBytes + getModuleSize();
|
||||
|
||||
Reference in New Issue
Block a user