summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_fgmahou.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-07-27 12:14:38 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-07-27 12:14:38 -0400
commitbe8da688fcc755d77e2cdb7a69124297b01ff683 (patch)
treec881c9ba84af3a5d0cac26427a436c8c9927b129 /src/d/actor/d_a_fgmahou.cpp
parent7fae08bcd1e75242b3cdcb7a0704488911561e78 (diff)
zl1 cleanup, inline cleanup
Diffstat (limited to 'src/d/actor/d_a_fgmahou.cpp')
-rw-r--r--src/d/actor/d_a_fgmahou.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_fgmahou.cpp b/src/d/actor/d_a_fgmahou.cpp
index 2dcac9d6..3985c903 100644
--- a/src/d/actor/d_a_fgmahou.cpp
+++ b/src/d/actor/d_a_fgmahou.cpp
@@ -104,7 +104,7 @@ static void move(fgmahou_class* i_this) {
if(i_this->mAtSph.ChkAtHit()) {
i_this->mAtSph.GetAtHitObj();
- fganon_class* fganon = (fganon_class*)fpcEx_Search(boss_s_sub, i_this);
+ fganon_class* fganon = (fganon_class*)fpcM_Search(boss_s_sub, i_this);
if(fganon != NULL) {
fganon->m68B = 1;
@@ -123,7 +123,7 @@ static void move(fgmahou_class* i_this) {
i_this->mState = 5;
case 5:
- fganon2 = (fganon_class*)fpcEx_Search(boss_s_sub, i_this);
+ fganon2 = (fganon_class*)fpcM_Search(boss_s_sub, i_this);
if(fganon2 == NULL) {
i_this->field_0x780 = 0x32;
break;