summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_fganon.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-05-07 16:30:26 -0400
committerGitHub <noreply@github.com>2026-05-07 16:30:26 -0400
commit6d4db5adc720cd8ef615d90320524311551e008a (patch)
treeb76e3310fd75878a59925a2765db07ab8939b333 /src/d/actor/d_a_fganon.cpp
parentea804826795b367d4a836fed570542f3ccf98136 (diff)
parentcf210f963b877cdafeb269179dbdeffa8958fe7e (diff)
Merge pull request #978 from LagoLunatic/setupactor
Rename fopAcM_SetupActor to fopAcM_ct and simplify version differences related to this macro.
Diffstat (limited to 'src/d/actor/d_a_fganon.cpp')
-rw-r--r--src/d/actor/d_a_fganon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_fganon.cpp b/src/d/actor/d_a_fganon.cpp
index 53050139..4b53c6a1 100644
--- a/src/d/actor/d_a_fganon.cpp
+++ b/src/d/actor/d_a_fganon.cpp
@@ -2735,7 +2735,7 @@ static BOOL useHeapInit(fopAc_ac_c* i_act) {
static cPhs_State daFganon_Create(fopAc_ac_c* a_this) {
fganon_class* i_this = (fganon_class*)a_this;
fopEn_enemy_c* e_this = (fopEn_enemy_c*)a_this;
- fopAcM_SetupActor(a_this, fganon_class);
+ fopAcM_ct(a_this, fganon_class);
s32 res;
s32 res2;