summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_fgmahou.cpp
diff options
context:
space:
mode:
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;