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_dr.cpp | |
| parent | ea804826795b367d4a836fed570542f3ccf98136 (diff) | |
Rename fopAcM_SetupActor to fopAcM_ct
Diffstat (limited to 'src/d/actor/d_a_dr.cpp')
| -rw-r--r-- | src/d/actor/d_a_dr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_dr.cpp b/src/d/actor/d_a_dr.cpp index 958aa2e6..6a941d7b 100644 --- a/src/d/actor/d_a_dr.cpp +++ b/src/d/actor/d_a_dr.cpp @@ -248,13 +248,13 @@ static cPhs_State daDr_Create(fopAc_ac_c* i_this) { dr_class* a_this = (dr_class*)i_this; #if VERSION > VERSION_DEMO - fopAcM_SetupActor(a_this, dr_class); + fopAcM_ct(a_this, dr_class); #endif cPhs_State phase_state = dComIfG_resLoad(&a_this->mPhs, "Dr"); if (phase_state == cPhs_COMPLEATE_e) { #if VERSION == VERSION_DEMO - fopAcM_SetupActor(a_this, dr_class); + fopAcM_ct(a_this, dr_class); #endif if (!fopAcM_entrySolidHeap(a_this, createHeap, 0xF000)) { |
