mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +00:00
Fix typo from merge
This commit is contained in:
parent
b96394415b
commit
1b02e90fec
1 changed files with 2 additions and 2 deletions
|
|
@ -7452,8 +7452,8 @@ static void K_KartDrift(player_t *player, boolean onground)
|
||||||
if (!onground)
|
if (!onground)
|
||||||
P_Thrust(player->mo, pushdir, ( 5 * player->speed ) / 12);
|
P_Thrust(player->mo, pushdir, ( 5 * player->speed ) / 12);
|
||||||
|
|
||||||
if (player->driftcharge < 90)
|
if (player->driftboost < 90)
|
||||||
player->driftcharge = 90;
|
player->driftboost = 90;
|
||||||
|
|
||||||
K_SpawnDriftBoostExplosion(player, 3);
|
K_SpawnDriftBoostExplosion(player, 3);
|
||||||
K_SpawnDriftElectricSparks(player);
|
K_SpawnDriftElectricSparks(player);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue