mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 21:33:07 -04:00
Use FALSE macro in asserts, remove JUT_PANIC macro
This commit is contained in:
@@ -69,7 +69,7 @@ bool daObjHfuck1_c::create_heap() {
|
||||
J3DModelData* pModelData = static_cast<J3DModelData*>(dComIfG_getObjectRes(l_arcname, HFUCK1_BDL_HFUCK1));
|
||||
|
||||
if (!pModelData) {
|
||||
JUT_ASSERT(0xf5, 0);
|
||||
JUT_ASSERT(0xf5, FALSE);
|
||||
ret = false;
|
||||
} else {
|
||||
mpModel = mDoExt_J3DModel__create(pModelData, 0x80000, 0x11000022);
|
||||
|
||||
Reference in New Issue
Block a user