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:54:44 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-05-07 16:54:44 -0400
commit333ea2f775ff2ec1bd7d75601154105f24a78f18 (patch)
treeb78a4f60789d97c9831ea17e42568e1cb175726f /src/d/actor/d_a_fganon.cpp
parent6d4db5adc720cd8ef615d90320524311551e008a (diff)
Cleanup
Diffstat (limited to 'src/d/actor/d_a_fganon.cpp')
-rw-r--r--src/d/actor/d_a_fganon.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/d/actor/d_a_fganon.cpp b/src/d/actor/d_a_fganon.cpp
index 4b53c6a1..aec2ce14 100644
--- a/src/d/actor/d_a_fganon.cpp
+++ b/src/d/actor/d_a_fganon.cpp
@@ -794,8 +794,7 @@ void down(fganon_class* i_this) {
break;
}
case 3: {
- int frame = i_this->mpMorf->getFrame();
- if (frame == 2) {
+ if ((int)i_this->mpMorf->getFrame() == 2) {
fopAcM_monsSeStart(a_this, JA_SE_CV_PG_TIRED, 0);
}
break;