Revert "Fixed being unable to break through the water surface with the moonju…"

This reverts commit 477192f3c2.
This commit is contained in:
Luke Street
2026-05-28 09:29:23 -06:00
committed by GitHub
parent 21e0491d43
commit c3c8d459e8
+1 -6
View File
@@ -13461,12 +13461,7 @@ void daAlink_c::autoGroundHit() {
}
}
} else if (checkModeFlg(0x40000) && checkNoResetFlg0(FLG0_UNK_80) && current.pos.y > mWaterY && current.pos.y - mWaterY < 1000.0f) {
#if TARGET_PC
if(!(dusk::getSettings().game.moonJump && (mDoCPd_c::getHoldR(PAD_1) && mDoCPd_c::getHoldA(PAD_1))))
#endif
{
current.pos.y = mWaterY;
}
current.pos.y = mWaterY;
}
if (checkReinRide() || checkSpinnerRide()) {