mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-05 01:38:13 +00:00
Don't allow ebrake in tumble
This commit is contained in:
parent
38dc572699
commit
7a91e5b6b5
1 changed files with 1 additions and 1 deletions
|
|
@ -9032,7 +9032,7 @@ boolean K_PlayerEBrake(player_t *player)
|
|||
|
||||
return (K_GetKartButtons(player) & BT_EBRAKEMASK) == BT_EBRAKEMASK
|
||||
&& player->drift == 0
|
||||
&& player->spinouttimer == 0
|
||||
&& P_PlayerInPain(player) == false
|
||||
&& player->justbumped == 0
|
||||
&& player->spindashboost == 0
|
||||
&& player->nocontrol == 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue