mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-20 05:37:03 -04:00
Use FALSE macro in asserts, remove JUT_PANIC macro
This commit is contained in:
@@ -43,7 +43,7 @@ bool daObjYgush00_c::create_heap() {
|
||||
J3DAnmTransform * pBck = static_cast<J3DAnmTransform*>(dComIfG_getObjectRes(l_arcname, bck_table[mType]));
|
||||
|
||||
if (!pModelData || !pBtk || !pBck) {
|
||||
JUT_ASSERT(207, 0);
|
||||
JUT_ASSERT(207, FALSE);
|
||||
ret = false;
|
||||
} else {
|
||||
mpModel = mDoExt_J3DModel__create(pModelData, 0x80000, 0x11000222);
|
||||
|
||||
Reference in New Issue
Block a user