From c3c8d459e838d1f65de24549867fc0a8c7ee9c51 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Thu, 28 May 2026 09:29:23 -0600 Subject: [PATCH] =?UTF-8?q?Revert=20"Fixed=20being=20unable=20to=20break?= =?UTF-8?q?=20through=20the=20water=20surface=20with=20the=20moonju?= =?UTF-8?q?=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 477192f3c277d40d9bf919f21a2fbf7293133717. --- src/d/actor/d_a_alink.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/d/actor/d_a_alink.cpp b/src/d/actor/d_a_alink.cpp index d4ff320282..34690accab 100644 --- a/src/d/actor/d_a_alink.cpp +++ b/src/d/actor/d_a_alink.cpp @@ -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()) {