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