diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-07 15:59:23 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-07 15:59:23 -0400 |
| commit | e1f5b7e23b2a37da369e8ce5800149632887eec4 (patch) | |
| tree | eb008ed65f7e1ac6536d3b1dd6e39d3a5aced798 /src/d/actor/d_a_majuu_flag.cpp | |
| parent | ea804826795b367d4a836fed570542f3ccf98136 (diff) | |
Rename fopAcM_SetupActor to fopAcM_ct
Diffstat (limited to 'src/d/actor/d_a_majuu_flag.cpp')
| -rw-r--r-- | src/d/actor/d_a_majuu_flag.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_majuu_flag.cpp b/src/d/actor/d_a_majuu_flag.cpp index c1a73219..f45f2053 100644 --- a/src/d/actor/d_a_majuu_flag.cpp +++ b/src/d/actor/d_a_majuu_flag.cpp @@ -902,7 +902,7 @@ static BOOL daMajuu_Flag_Delete(daMajuu_Flag_c* i_this) { static cPhs_State daMajuu_Flag_Create(fopAc_ac_c* a_this) { daMajuu_Flag_c* i_this = (daMajuu_Flag_c*)a_this; - fopAcM_SetupActor(a_this, daMajuu_Flag_c); + fopAcM_ct(a_this, daMajuu_Flag_c); u32 uVar3 = fopAcM_GetParam(a_this); u32 uVar2 = uVar3 & 0xFF; |
