Rename fopAcM_SetupActor to fopAcM_ct

This commit is contained in:
LagoLunatic
2026-05-07 15:59:23 -04:00
parent ea80482679
commit e1f5b7e23b
327 changed files with 381 additions and 377 deletions
+2 -2
View File
@@ -190,13 +190,13 @@ static BOOL useHeapInit(fopAc_ac_c* i_this) {
/* 0000081C-00000A90 .text daJBO_Create__FP10fopAc_ac_c */
static cPhs_State daJBO_Create(fopAc_ac_c* i_this) {
#if VERSION > VERSION_DEMO
fopAcM_SetupActor(i_this, jbo_class);
fopAcM_ct(i_this, jbo_class);
#endif
jbo_class* a_this = (jbo_class*)i_this;
cPhs_State state = dComIfG_resLoad(&a_this->mPhs, "JBO");
if (state == cPhs_COMPLEATE_e) {
#if VERSION == VERSION_DEMO
fopAcM_SetupActor(i_this, jbo_class);
fopAcM_ct(i_this, jbo_class);
#endif
if (!fopAcM_entrySolidHeap(i_this, &useHeapInit, 0x1c20)) {
return cPhs_ERROR_e;