mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-21 18:41:44 +00:00
Don't Ebrake when you've just been bumped
This commit is contained in:
parent
b4ae2ea896
commit
1b85f5b5fc
1 changed files with 1 additions and 0 deletions
|
|
@ -6896,6 +6896,7 @@ boolean K_PlayerEBrake(player_t *player)
|
|||
&& !player->kartstuff[k_spinouttimer]
|
||||
&& !player->kartstuff[k_boostcharge]
|
||||
&& !(player->kartstuff[k_spindash] < 0)
|
||||
&& !player->kartstuff[k_justbumped]
|
||||
&& !player->kartstuff[k_spindashboost]
|
||||
&& !player->powers[pw_nocontrol];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue