mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-26 09:18:40 -04:00
Fix syntax error in holdToMash declaration
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user