From 9859bfc6dc6fdf87aadd5f7553298fb2d3a0dce7 Mon Sep 17 00:00:00 2001 From: baxlek <115663151+baxlek@users.noreply.github.com> Date: Sun, 30 Aug 2026 08:53:28 -0500 Subject: [PATCH] Update d_a_alink_sumou.inc --- src/d/actor/d_a_alink_sumou.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/d/actor/d_a_alink_sumou.inc b/src/d/actor/d_a_alink_sumou.inc index 8da61c32ce..bbf3b3980f 100644 --- a/src/d/actor/d_a_alink_sumou.inc +++ b/src/d/actor/d_a_alink_sumou.inc @@ -185,7 +185,7 @@ int daAlink_c::procSumouMove() { return 1; } - IF_DUSK(const bool easySumo = DUSK_IF_ELSE(dusk::getSettings().game.holdToMash.sumo, false)); + IF_DUSK(const bool holdToMash = DUSK_IF_ELSE(dusk::getSettings().game.holdToMash, false)); daNpcWrestler_c* wrestler_p = (daNpcWrestler_c*)mCargoCarryAcKeep.getActor(); daPy_frameCtrl_c* frameCtrl_p = mUnderFrameCtrl; f32 sp8; @@ -201,7 +201,7 @@ int daAlink_c::procSumouMove() { sp8 = frameCtrl_p->getRate(); if (mProcVar0.field_0x3008 != 0) { - if (easySumo ? doButton() : doTrigger()) { + if (holdToMash ? doButton() : doTrigger()) { mProcVar0.field_0x3008--; } @@ -225,7 +225,7 @@ int daAlink_c::procSumouMove() { field_0x3198 = ANM_SUMOU_PUSH_BACK; } } else if (mProcVar3.field_0x300e == 0) { - if (mProcVar2.field_0x300c > 0 && (easySumo ? doButton() : doTrigger())) { + if (mProcVar2.field_0x300c > 0 && (holdToMash ? doButton() : doTrigger())) { mProcVar2.field_0x300c--; } @@ -233,7 +233,7 @@ int daAlink_c::procSumouMove() { if (mSpeedModifier > 0.0f) { sp8 = frameCtrl_p->getRate(); - if (easySumo ? doButton() : doTrigger()) { + if (holdToMash ? doButton() : doTrigger()) { cLib_chaseF(&sp8, 1.5f, 0.1f); } else { cLib_addCalc(&sp8, 1.0f, 0.5f, 0.05f, 0.02f);