mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-04 04:36:21 +00:00
Revert "Actually, might've reintroduced more lawnmower problems; let's play it safe"
This reverts commit 219d4aebf2.
This commit is contained in:
parent
69cc03a434
commit
01885c5166
1 changed files with 1 additions and 1 deletions
|
|
@ -5905,7 +5905,7 @@ static void K_KartDrift(player_t *player, boolean onground)
|
|||
if (player->kartstuff[k_driftcharge] <= -1)
|
||||
player->kartstuff[k_driftcharge] = dsone; // Back to red
|
||||
}
|
||||
else
|
||||
else if (player->speed <= minspeed)
|
||||
{
|
||||
player->kartstuff[k_getsparks] = 0;
|
||||
driftadditive = 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue