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
@@ -68,7 +68,7 @@ s32 fpcDt_ToDeleteQ(base_process_class* i_proc) {
layer_class* layer = &procNode->mLayer;
if (!fpcLy_Cancel(layer))
JUT_ASSERT(196, 0);
JUT_ASSERT(196, FALSE);
if (fpcLyIt_OnlyHereLY(layer, (fpcLyIt_OnlyHereFunc)fpcDt_ToDeleteQ, NULL) == 0) {
return 0;