mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Acid cancel last call
This commit is contained in:
parent
65cf6edb93
commit
77768b5a68
1 changed files with 1 additions and 1 deletions
|
|
@ -14082,7 +14082,7 @@ static void K_KartSpindash(player_t *player)
|
||||||
oldbuttons |= BT_ACCELERATE; // Not strictly correct, but better than nothing.
|
oldbuttons |= BT_ACCELERATE; // Not strictly correct, but better than nothing.
|
||||||
// Kickstart needs substantial attention if we want this sort of thing to be clean.
|
// 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))
|
if (player->pflags2 & PF2_STRICTFASTFALL && !(oldbuttons & BT_SPINDASH))
|
||||||
ebrakelasttic = false;
|
ebrakelasttic = false;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue