diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-06 20:41:37 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-06 20:41:37 -0500 |
| commit | 49c69eeb0f3540e654721cd2bb19e7d36bfe0b66 (patch) | |
| tree | 074784d087d4ac0722ca004eb5fbc805b531ee10 /src/d/actor/d_a_npc_people.cpp | |
| parent | 0e508ad7210648ecbde5e0cf8e701965942e62cf (diff) | |
C_BG_MIN_HEIGHT, C_BG_MAX_HEIGHT
Diffstat (limited to 'src/d/actor/d_a_npc_people.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_people.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_npc_people.cpp b/src/d/actor/d_a_npc_people.cpp index b650bdd4..d536f780 100644 --- a/src/d/actor/d_a_npc_people.cpp +++ b/src/d/actor/d_a_npc_people.cpp @@ -4430,7 +4430,7 @@ s32 daNpcPeople_c::createInit() { if(mNpcType != 0xB) { mObjAcch.CrrPos(*dComIfG_Bgsp()); - if(-1.0e9f != mObjAcch.GetGroundH()) { + if(C_BG_MIN_HEIGHT != mObjAcch.GetGroundH()) { current.pos.y = home.pos.y = mObjAcch.GetGroundH(); } } |
