summaryrefslogtreecommitdiff
path: root/src/d/d_throwstone.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/d_throwstone.cpp
parentea804826795b367d4a836fed570542f3ccf98136 (diff)
Rename fopAcM_SetupActor to fopAcM_ct
Diffstat (limited to 'src/d/d_throwstone.cpp')
-rw-r--r--src/d/d_throwstone.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_throwstone.cpp b/src/d/d_throwstone.cpp
index 0d809306..31afd1fa 100644
--- a/src/d/d_throwstone.cpp
+++ b/src/d/d_throwstone.cpp
@@ -36,7 +36,7 @@ cPhs_State daThrowstone_c::_create() {
cPhs_State result = dComIfG_resLoad(&mPhs, M_arcname);
if (result == cPhs_COMPLEATE_e) {
- fopAcM_SetupActor(this, daThrowstone_c);
+ fopAcM_ct(this, daThrowstone_c);
if (!fopAcM_entrySolidHeap(this, CheckCreateHeap, 0x4C0)) {
result = cPhs_ERROR_e;