mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-26 09:18:40 -04:00
Update d_a_e_gi.cpp
This commit is contained in:
@@ -750,21 +750,21 @@ void daE_GI_c::PushButtonCount() {
|
||||
mPushButtonCount++;
|
||||
}
|
||||
|
||||
IF_DUSK(const bool easyBloatQTE = DUSK_IF_ELSE(dusk::getSettings().game.holdToMash.twilitBloat, false));
|
||||
IF_DUSK(const bool holdToMash = DUSK_IF_ELSE(dusk::getSettings().game.holdToMash, false));
|
||||
|
||||
if (easyBloatQTE ? mDoCPd_c::getHoldA(PAD_1) : mDoCPd_c::getTrigA(PAD_1)) {
|
||||
if (holdToMash ? mDoCPd_c::getHoldA(PAD_1) : mDoCPd_c::getTrigA(PAD_1)) {
|
||||
mPushButtonCount += 2;
|
||||
}
|
||||
|
||||
if (easyBloatQTE ? mDoCPd_c::getHoldB(PAD_1) : mDoCPd_c::getTrigB(PAD_1)) {
|
||||
if (holdToMash ? mDoCPd_c::getHoldB(PAD_1) : mDoCPd_c::getTrigB(PAD_1)) {
|
||||
mPushButtonCount += 2;
|
||||
}
|
||||
|
||||
if (easyBloatQTE ? mDoCPd_c::getHoldL(PAD_1) : mDoCPd_c::getTrigL(PAD_1)) {
|
||||
if (holdToMash ? mDoCPd_c::getHoldL(PAD_1) : mDoCPd_c::getTrigL(PAD_1)) {
|
||||
mPushButtonCount += 2;
|
||||
}
|
||||
|
||||
if (easyBloatQTE ? mDoCPd_c::getHoldR(PAD_1) : mDoCPd_c::getTrigR(PAD_1)) {
|
||||
if (holdToMash ? mDoCPd_c::getHoldR(PAD_1) : mDoCPd_c::getTrigR(PAD_1)) {
|
||||
mPushButtonCount += 2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user