Fix some version differences (#852)

* Fix some version differences

* Found real inline name for checkBowMiniGame
This commit is contained in:
LagoLunatic
2025-08-12 16:30:44 -04:00
committed by GitHub
parent c5878bf068
commit 2eaf012e4f
40 changed files with 515 additions and 275 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ static BOOL daFf_Execute(ff_class* i_this) {
i_this->mTimers[4] = REG13_F(9) + (cM_rndF(20.0f) + 30.0f);
}
i_this->mSph.SetC(i_this->current.pos);
g_dComIfG_gameInfo.play.mCcS.Set(&i_this->mSph);
dComIfG_Ccsp()->Set(&i_this->mSph);
return TRUE;
}