mirror of
https://github.com/zeldaret/tp
synced 2026-08-27 08:27:42 -04:00
Clean up some fakematches, mostly around gameInfo loads (#2862)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user