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
@@ -1170,7 +1170,7 @@ void fopMsgM_setPaneData(fopMsgM_pane_alpha_class* i_this, J2DScreen* scrn, u32
i_this->pane = pane;
fopMsgM_pane_parts_set(i_this);
} else {
JUT_ASSERT(0x398d, 0);
JUT_ASSERT(0x398d, FALSE);
}
}