diff options
| author | Max Roncace <me@caseif.net> | 2025-06-20 02:40:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-19 23:40:53 -0700 |
| commit | 25d13c76e4080c7b2fabf00b7836ba13de7e9dc0 (patch) | |
| tree | 59a5b6de97c28a6231549fb1b01050bc37a3f9c9 /include/SSystem | |
| parent | 0a899a404e78020c3fc5a3669a5f30a93a82a13e (diff) | |
d_bg_w_kcol work (#2490)
Diffstat (limited to 'include/SSystem')
| -rw-r--r-- | include/SSystem/SComponent/c_bg_s_gnd_chk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SSystem/SComponent/c_bg_s_gnd_chk.h b/include/SSystem/SComponent/c_bg_s_gnd_chk.h index 3bfba028ae..1f27a29196 100644 --- a/include/SSystem/SComponent/c_bg_s_gnd_chk.h +++ b/include/SSystem/SComponent/c_bg_s_gnd_chk.h @@ -16,7 +16,7 @@ public: f32 GetNowY() const { return mNowY; } void SetNowY(f32 y) { mNowY = y; } - const cXyz& GetPointP() { return m_pos; } + const cXyz& GetPointP() const { return m_pos; } u32 GetWallPrecheck() const { return mWallPrecheck; } void OffWall() { mFlags &= ~2; } |
