diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-07 16:30:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-07 16:30:26 -0400 |
| commit | 6d4db5adc720cd8ef615d90320524311551e008a (patch) | |
| tree | b76e3310fd75878a59925a2765db07ab8939b333 /src/d/actor/d_a_fganon.cpp | |
| parent | ea804826795b367d4a836fed570542f3ccf98136 (diff) | |
| parent | cf210f963b877cdafeb269179dbdeffa8958fe7e (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.cpp | 2 |
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; |
