mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
Check for exactly ebrake in acid cancel
This commit is contained in:
parent
dda6c8b15d
commit
e8befee81c
1 changed files with 1 additions and 1 deletions
|
|
@ -13946,7 +13946,7 @@ static void K_KartSpindash(player_t *player)
|
||||||
}
|
}
|
||||||
else if (!G_CompatLevel(0x0010))
|
else if (!G_CompatLevel(0x0010))
|
||||||
{
|
{
|
||||||
boolean ebrakelasttic = (player->oldcmd.buttons & BT_EBRAKEMASK);
|
boolean ebrakelasttic = ((player->oldcmd.buttons & BT_EBRAKEMASK) == BT_EBRAKEMASK);
|
||||||
if (player->pflags2 & PF2_STRICTFASTFALL)
|
if (player->pflags2 & PF2_STRICTFASTFALL)
|
||||||
ebrakelasttic = (player->oldcmd.buttons & BT_SPINDASH);
|
ebrakelasttic = (player->oldcmd.buttons & BT_SPINDASH);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue