mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-21 05:58:59 -04:00
Use FALSE macro in asserts, remove JUT_PANIC macro
This commit is contained in:
@@ -72,7 +72,7 @@ BOOL daMtoge_c::CreateInit() {
|
||||
s32 sw = getSwbit();
|
||||
|
||||
if (dComIfG_Bgsp()->Regist(mpBgW, this)) {
|
||||
JUT_PANIC(0xA8);
|
||||
JUT_ASSERT(0xA8, FALSE);
|
||||
}
|
||||
|
||||
tevStr.mRoomNo = fopAcM_GetRoomNo(this);
|
||||
|
||||
Reference in New Issue
Block a user