mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 13:13:29 -04:00
Use FALSE macro in asserts, remove JUT_PANIC macro
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user