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_am2.cpp | |
| parent | ee2e164fa226ab417cb057821aa1fdfdbca0fa35 (diff) | |
G_CM3D_F_INF
Diffstat (limited to 'src/d/actor/d_a_am2.cpp')
| -rw-r--r-- | src/d/actor/d_a_am2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_am2.cpp b/src/d/actor/d_a_am2.cpp index 0275a84f..84ee4e76 100644 --- a/src/d/actor/d_a_am2.cpp +++ b/src/d/actor/d_a_am2.cpp @@ -388,7 +388,7 @@ static BOOL Line_check(am2_class* i_this, cXyz destPos) { /* 0000177C-00001A24 .text naraku_check__FP9am2_class */ static BOOL naraku_check(am2_class* i_this) { // Checks if the Armos has fallen into an abyss. - if (i_this->mAcch.GetGroundH() != C_BG_MIN_HEIGHT && + 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) // Abyss ground code { |
