Actually, might've reintroduced more lawnmower problems; let's play it safe

This commit is contained in:
Sally Cochenour 2020-03-14 18:31:53 -04:00
parent 9dfbd918a4
commit 219d4aebf2

View file

@ -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 if (player->speed <= minspeed)
else
{
player->kartstuff[k_getsparks] = 0;
driftadditive = 0;