summaryrefslogtreecommitdiff
path: root/include/SSystem
diff options
context:
space:
mode:
authorMax Roncace <me@caseif.net>2025-08-15 05:50:49 -0400
committerGitHub <noreply@github.com>2025-08-15 12:50:49 +0300
commit41c72dc6d9911df56a6ada3641f9a77e5817bc2a (patch)
tree9c36241fb49015d20cdba1e074c01fe59102c305 /include/SSystem
parenta6802bf7a23a57c14fe04b851a6d54aa263dd3c8 (diff)
d_a_e_hp almost matching (#2585)
Diffstat (limited to 'include/SSystem')
-rw-r--r--include/SSystem/SComponent/c_bg_s_lin_chk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/SSystem/SComponent/c_bg_s_lin_chk.h b/include/SSystem/SComponent/c_bg_s_lin_chk.h
index b7d116f2e2..1c0b26c4a5 100644
--- a/include/SSystem/SComponent/c_bg_s_lin_chk.h
+++ b/include/SSystem/SComponent/c_bg_s_lin_chk.h
@@ -39,9 +39,9 @@ public:
cXyz* GetCrossP() { return &mLin.GetEndP(); }
cM3dGLin* GetLinP() { return &mLin; }
bool ChkBackFlag() const { return mBackFlag; }
- void onBackFlag() { mBackFlag = true; }
+ void OnBackFlag() { mBackFlag = true; }
bool ChkFrontFlag() const { return mFrontFlag; }
- void onFrontFlag() { mFrontFlag = true; }
+ void OnFrontFlag() { mFrontFlag = true; }
bool GetPreWallChk() const { return mPreWallChk; }
bool GetPreGroundChk() const { return mPreGroundChk; }
bool GetPreRoofChk() const { return mPreRoofChk; }