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
@@ -249,7 +249,7 @@ void Act_c::move_to_aim(float arg1, bool arg2) {
/* 00000D04-00000D64 .text chk_demo_rescue__Q29daObjTide5Act_cCFv */
bool Act_c::chk_demo_rescue() const {
bool ret = false;
if (dComIfGp_event_runCheck() != 0 && dComIfGp_evmng_startCheck("rescue")) {
if (dComIfGp_event_runCheck() != FALSE && dComIfGp_evmng_startCheck("rescue")) {
ret = true;
}
return ret;