Clean up some fakematches, mostly around gameInfo loads (#2862)

This commit is contained in:
Max Roncace
2025-11-25 15:30:14 -05:00
committed by GitHub
parent 7ca9ef46db
commit 360bad3995
10 changed files with 12 additions and 16 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ int daObj_Stick_c::create() {
mStts.Init(0xFF, 0, this);
mSph.Set(daObj_Stick_c::mCcDSph);
mSph.SetStts(&mStts);
mAcch.CrrPos(g_dComIfG_gameInfo.play.mBgs);
mAcch.CrrPos(dComIfG_Bgsp());
mGndChk = mAcch.m_gnd;
mGroundHeight = mAcch.m_ground_h;