Several more actors matching for demo

This commit is contained in:
LagoLunatic
2025-09-19 18:57:49 -04:00
parent 0e9059b633
commit 1a828e61ab
5 changed files with 21 additions and 12 deletions
+4
View File
@@ -47,11 +47,15 @@ bool Act_c::create_heap() {
mpModel = mDoExt_J3DModel__create(mdl_data, 0, 0x11000002);
#if VERSION == VERSION_DEMO
return mdl_data != NULL ? TRUE : FALSE;
#else
bool ret = FALSE;
if (mdl_data != NULL && this->mpModel != NULL) {
ret = TRUE;
}
return ret;
#endif
}
/* 0000015C-00000214 .text _create__Q210daObjXfuta5Act_cFv */