Fix syntax error in holdToMash declaration

This commit is contained in:
baxlek
2026-09-10 18:08:48 -05:00
committed by GitHub
parent c582767d7d
commit 9d48a950a3
+1 -1
View File
@@ -750,7 +750,7 @@ void daE_GI_c::PushButtonCount() {
mPushButtonCount++;
}
IF_DUSK(const bool holdToMash = DUSK_IF_ELSE(dusk::getSettings().game.holdToMash, false));
IF_DUSK(const bool holdToMash = DUSK_IF_ELSE(dusk::getSettings().game.holdToMash, false);)
if (holdToMash ? mDoCPd_c::getHoldA(PAD_1) : mDoCPd_c::getTrigA(PAD_1)) {
mPushButtonCount += 2;