summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_bmdhand.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_bmdhand.cpp
parentea804826795b367d4a836fed570542f3ccf98136 (diff)
Rename fopAcM_SetupActor to fopAcM_ct
Diffstat (limited to 'src/d/actor/d_a_bmdhand.cpp')
-rw-r--r--src/d/actor/d_a_bmdhand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_bmdhand.cpp b/src/d/actor/d_a_bmdhand.cpp
index d0e5fa53..549586e5 100644
--- a/src/d/actor/d_a_bmdhand.cpp
+++ b/src/d/actor/d_a_bmdhand.cpp
@@ -770,7 +770,7 @@ static cPhs_State daBmdhand_Create(fopAc_ac_c* a_this) {
cPhs_State res;
fopAc_ac_c* actor = a_this;
- fopAcM_SetupActor(actor, bmdhand_class);
+ fopAcM_ct(actor, bmdhand_class);
bmdhand_class* i_this = (bmdhand_class*)a_this;
res = dComIfG_resLoad(&i_this->m2AC, "Bmdhand");
if (res == cPhs_ERROR_e) {