Fix typo from merge

This commit is contained in:
lachablock 2021-04-20 16:47:34 +10:00
parent b96394415b
commit 1b02e90fec

View file

@ -7452,8 +7452,8 @@ static void K_KartDrift(player_t *player, boolean onground)
if (!onground)
P_Thrust(player->mo, pushdir, ( 5 * player->speed ) / 12);
if (player->driftcharge < 90)
player->driftcharge = 90;
if (player->driftboost < 90)
player->driftboost = 90;
K_SpawnDriftBoostExplosion(player, 3);
K_SpawnDriftElectricSparks(player);