Use FALSE macro in asserts, remove JUT_PANIC macro

This commit is contained in:
LagoLunatic
2024-06-22 10:10:07 -04:00
parent d419a25be3
commit c836c5ca1f
26 changed files with 104 additions and 108 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ BOOL daMbdoor_c::CreateInit() {
s32 type = getType();
if (dComIfG_Bgsp()->Regist(mpBgW, this)) {
JUT_ASSERT(334, 0);
JUT_ASSERT(334, FALSE);
}
field_0x2ac = true;
tevStr.mRoomNo = current.roomNo;