mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-17 13:00:01 -04:00
Use FALSE macro in asserts, remove JUT_PANIC macro
This commit is contained in:
@@ -40,7 +40,7 @@ bool daObjVteng_c::create_heap() {
|
||||
J3DAnmTransform * pAnm = (J3DAnmTransform *)dComIfG_getObjectRes(l_arcname, VTENG_BCK_VTENG);
|
||||
|
||||
if (!pModelData || !pAnm) {
|
||||
JUT_ASSERT(0xb7, 0);
|
||||
JUT_ASSERT(0xb7, FALSE);
|
||||
ret = false;
|
||||
} else {
|
||||
mpMorf = new mDoExt_McaMorf(
|
||||
|
||||
Reference in New Issue
Block a user