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/d_bg_s_spl_grp_chk.cpp | |
| parent | 0e508ad7210648ecbde5e0cf8e701965942e62cf (diff) | |
C_BG_MIN_HEIGHT, C_BG_MAX_HEIGHT
Diffstat (limited to 'src/d/d_bg_s_spl_grp_chk.cpp')
| -rw-r--r-- | src/d/d_bg_s_spl_grp_chk.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/d/d_bg_s_spl_grp_chk.cpp b/src/d/d_bg_s_spl_grp_chk.cpp index e1dcf481..59e70379 100644 --- a/src/d/d_bg_s_spl_grp_chk.cpp +++ b/src/d/d_bg_s_spl_grp_chk.cpp @@ -4,7 +4,7 @@ // #include "d/d_bg_s_spl_grp_chk.h" -#include "dolphin/types.h" +#include "SSystem/SComponent/c_bg_s.h" /* 800A5A7C-800A5B94 .text __ct__14dBgS_SplGrpChkFv */ dBgS_SplGrpChk::dBgS_SplGrpChk() { @@ -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 = 1000000000.0f; + m_roof = C_BG_MAX_HEIGHT; m_height = 0.0f; } @@ -25,4 +25,3 @@ void dBgS_SplGrpChk::Init() { SetHeight(GetPosP()->y); ClearPi(); } - |
