summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_ks.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-05-07 15:59:23 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-05-07 15:59:23 -0400
commite1f5b7e23b2a37da369e8ce5800149632887eec4 (patch)
treeeb008ed65f7e1ac6536d3b1dd6e39d3a5aced798 /src/d/actor/d_a_ks.cpp
parentea804826795b367d4a836fed570542f3ccf98136 (diff)
Rename fopAcM_SetupActor to fopAcM_ct
Diffstat (limited to 'src/d/actor/d_a_ks.cpp')
-rw-r--r--src/d/actor/d_a_ks.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_ks.cpp b/src/d/actor/d_a_ks.cpp
index ac53b3d0..3062413e 100644
--- a/src/d/actor/d_a_ks.cpp
+++ b/src/d/actor/d_a_ks.cpp
@@ -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;