mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +00:00
This line broke yellow sparks entirely
This commit is contained in:
parent
f235a50d2e
commit
69cc03a434
1 changed files with 0 additions and 2 deletions
|
|
@ -5912,8 +5912,6 @@ static void K_KartDrift(player_t *player, boolean onground)
|
||||||
|
|
||||||
if (player->kartstuff[k_driftcharge] >= dsone)
|
if (player->kartstuff[k_driftcharge] >= dsone)
|
||||||
player->kartstuff[k_driftcharge] = -1; // Set yellow sparks
|
player->kartstuff[k_driftcharge] = -1; // Set yellow sparks
|
||||||
else
|
|
||||||
player->kartstuff[k_driftcharge] = 0; // No sparks
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// This spawns the drift sparks
|
// This spawns the drift sparks
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue