mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 21:33:07 -04:00
Fix some version differences (#852)
* Fix some version differences * Found real inline name for checkBowMiniGame
This commit is contained in:
@@ -853,7 +853,7 @@ f32 daShip_c::getWaterY() {
|
||||
waterY = m03F4;
|
||||
#else
|
||||
daPy_lk_c* link = daPy_getPlayerLinkActorClass();
|
||||
if (link && link->mDemo.getDemoMode() == daPy_demo_c::DEMO_UNK_068_e ) {
|
||||
if (link && link->checkBowMiniGame()) {
|
||||
waterY = 0.0f;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user