mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-05 12:53:36 -04:00
Fix some version differences (#852)
* Fix some version differences * Found real inline name for checkBowMiniGame
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user