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/d_bg_s_spl_grp_chk.cpp | |
| parent | ee2e164fa226ab417cb057821aa1fdfdbca0fa35 (diff) | |
G_CM3D_F_INF
Diffstat (limited to 'src/d/d_bg_s_spl_grp_chk.cpp')
| -rw-r--r-- | src/d/d_bg_s_spl_grp_chk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_bg_s_spl_grp_chk.cpp b/src/d/d_bg_s_spl_grp_chk.cpp index 59e70379..b8614292 100644 --- a/src/d/d_bg_s_spl_grp_chk.cpp +++ b/src/d/d_bg_s_spl_grp_chk.cpp @@ -14,7 +14,7 @@ dBgS_SplGrpChk::dBgS_SplGrpChk() { m_ground.x = 0.0f; m_ground.y = 0.0f; m_ground.z = 0.0f; - m_roof = C_BG_MAX_HEIGHT; + m_roof = G_CM3D_F_INF; m_height = 0.0f; } |
