diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-05-21 16:46:21 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-05-21 16:46:21 -0400 |
| commit | 21cd7a2f67d019592fa3275ba76f6ab98fd2791a (patch) | |
| tree | 359a55c624ad9a690810ffd2b3305fff1b8d541e /src/d/actor/d_a_ks.cpp | |
| parent | ee2e164fa226ab417cb057821aa1fdfdbca0fa35 (diff) | |
G_CM3D_F_INF
Diffstat (limited to 'src/d/actor/d_a_ks.cpp')
| -rw-r--r-- | src/d/actor/d_a_ks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_ks.cpp b/src/d/actor/d_a_ks.cpp index c925977f..7ad475d8 100644 --- a/src/d/actor/d_a_ks.cpp +++ b/src/d/actor/d_a_ks.cpp @@ -130,7 +130,7 @@ void naraku_check(ks_class* i_this) { cXyz local_24; cXyz local_18; - if (i_this->mAcch.GetGroundH() != C_BG_MIN_HEIGHT && dComIfG_Bgsp()->ChkPolySafe(i_this->mAcch.m_gnd) && dComIfG_Bgsp()->GetGroundCode(i_this->mAcch.m_gnd) == 4) { + if (i_this->mAcch.GetGroundH() != -G_CM3D_F_INF && dComIfG_Bgsp()->ChkPolySafe(i_this->mAcch.m_gnd) && dComIfG_Bgsp()->GetGroundCode(i_this->mAcch.m_gnd) == 4) { i_this->m2D3++; if (i_this->current.pos.y < -500.0f || i_this->m2D3 > 0x32) { |
