summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_obj_smplbg.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_obj_smplbg.cpp
parentea804826795b367d4a836fed570542f3ccf98136 (diff)
Rename fopAcM_SetupActor to fopAcM_ct
Diffstat (limited to 'src/d/actor/d_a_obj_smplbg.cpp')
-rw-r--r--src/d/actor/d_a_obj_smplbg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_obj_smplbg.cpp b/src/d/actor/d_a_obj_smplbg.cpp
index 407bc38e..d9057dfb 100644
--- a/src/d/actor/d_a_obj_smplbg.cpp
+++ b/src/d/actor/d_a_obj_smplbg.cpp
@@ -58,7 +58,7 @@ BOOL daObjSmplbg::Act_c::Create() {
/* 0000032C-00000474 .text Mthd_Create__Q211daObjSmplbg5Act_cFv */
cPhs_State daObjSmplbg::Act_c::Mthd_Create() {
#if VERSION > VERSION_DEMO
- fopAcM_SetupActor(this, Act_c);
+ fopAcM_ct(this, Act_c);
#endif
mType = prm_get_type();
@@ -67,7 +67,7 @@ cPhs_State daObjSmplbg::Act_c::Mthd_Create() {
}
#if VERSION == VERSION_DEMO
- fopAcM_SetupActor(this, Act_c);
+ fopAcM_ct(this, Act_c);
#endif
cPhs_State phase_state = dComIfG_resLoad(&mPhs, attr().mResName);