Don't Ebrake when you've just been bumped

This commit is contained in:
Sally Coolatta 2020-07-27 01:50:27 -04:00
parent b4ae2ea896
commit 1b85f5b5fc

View file

@ -6896,6 +6896,7 @@ boolean K_PlayerEBrake(player_t *player)
&& !player->kartstuff[k_spinouttimer] && !player->kartstuff[k_spinouttimer]
&& !player->kartstuff[k_boostcharge] && !player->kartstuff[k_boostcharge]
&& !(player->kartstuff[k_spindash] < 0) && !(player->kartstuff[k_spindash] < 0)
&& !player->kartstuff[k_justbumped]
&& !player->kartstuff[k_spindashboost] && !player->kartstuff[k_spindashboost]
&& !player->powers[pw_nocontrol]; && !player->powers[pw_nocontrol];
} }