mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 21:18:23 -04:00
Rename fopAcM_SetupActor to fopAcM_ct
This commit is contained in:
@@ -1553,14 +1553,14 @@ static BOOL useHeapInit(fopAc_ac_c* i_act) {
|
||||
/* 000034F8-00003A94 .text daKS_Create__FP10fopAc_ac_c */
|
||||
static cPhs_State daKS_Create(fopAc_ac_c* i_this) {
|
||||
#if VERSION > VERSION_DEMO
|
||||
fopAcM_SetupActor(i_this, ks_class);
|
||||
fopAcM_ct(i_this, ks_class);
|
||||
#endif
|
||||
ks_class* a_this = (ks_class*)i_this;
|
||||
|
||||
cPhs_State res = dComIfG_resLoad(&a_this->mPhs, "KS");
|
||||
if (res == cPhs_COMPLEATE_e) {
|
||||
#if VERSION == VERSION_DEMO
|
||||
fopAcM_SetupActor(i_this, ks_class);
|
||||
fopAcM_ct(i_this, ks_class);
|
||||
#endif
|
||||
if (!fopAcM_entrySolidHeap(i_this, useHeapInit, 0x1060)) {
|
||||
return cPhs_ERROR_e;
|
||||
|
||||
Reference in New Issue
Block a user