diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-07 15:59:23 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-07 15:59:23 -0400 |
| commit | e1f5b7e23b2a37da369e8ce5800149632887eec4 (patch) | |
| tree | eb008ed65f7e1ac6536d3b1dd6e39d3a5aced798 /src/d/actor/d_a_ff.cpp | |
| parent | ea804826795b367d4a836fed570542f3ccf98136 (diff) | |
Rename fopAcM_SetupActor to fopAcM_ct
Diffstat (limited to 'src/d/actor/d_a_ff.cpp')
| -rw-r--r-- | src/d/actor/d_a_ff.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_ff.cpp b/src/d/actor/d_a_ff.cpp index 08a4e3f0..28ae95ad 100644 --- a/src/d/actor/d_a_ff.cpp +++ b/src/d/actor/d_a_ff.cpp @@ -288,7 +288,7 @@ static BOOL useHeapInit(fopAc_ac_c* i_this) { /* 000013D4-0000164C .text daFf_Create__FP10fopAc_ac_c */ static cPhs_State daFf_Create(fopAc_ac_c* i_this) { - fopAcM_SetupActor(i_this, ff_class); + fopAcM_ct(i_this, ff_class); ff_class* a_this = (ff_class*)i_this; cPhs_State phase_state = dComIfG_resLoad(&a_this->mPhs, "Ff"); |
