mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 05:08:57 -04:00
Rename fopAcM_SetupActor to fopAcM_ct
This commit is contained in:
@@ -368,9 +368,9 @@ static cPhs_State daSsk_Create(fopAc_ac_c* a_this) {
|
||||
#if VERSION == VERSION_DEMO
|
||||
cPhs_State PVar2 = dComIfG_resLoad(&i_this->mPhase, "Ssk");
|
||||
if (PVar2 == cPhs_COMPLEATE_e) {
|
||||
fopAcM_SetupActor(a_this, ssk_class);
|
||||
fopAcM_ct(a_this, ssk_class);
|
||||
#else
|
||||
fopAcM_SetupActor(a_this, ssk_class);
|
||||
fopAcM_ct(a_this, ssk_class);
|
||||
cPhs_State PVar2 = dComIfG_resLoad(&i_this->mPhase, "Ssk");
|
||||
if (PVar2 == cPhs_COMPLEATE_e) {
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user