Acid cancel last call

This commit is contained in:
Antonio Martinez 2025-09-25 19:47:36 -04:00
parent 65cf6edb93
commit 77768b5a68

View file

@ -14082,7 +14082,7 @@ static void K_KartSpindash(player_t *player)
oldbuttons |= BT_ACCELERATE; // Not strictly correct, but better than nothing.
// Kickstart needs substantial attention if we want this sort of thing to be clean.
boolean ebrakelasttic = !!(oldbuttons & BT_EBRAKEMASK);
boolean ebrakelasttic = ((oldbuttons & BT_EBRAKEMASK) == BT_EBRAKEMASK);
if (player->pflags2 & PF2_STRICTFASTFALL && !(oldbuttons & BT_SPINDASH))
ebrakelasttic = false;