let flame shield offroad burn build drift sparks
This commit is contained in:
parent
d3917cf2d2
commit
4c53b83d5a
1 changed files with 1 additions and 1 deletions
|
|
@ -9561,7 +9561,7 @@ static void K_KartDrift(player_t *player, boolean onground)
|
|||
|
||||
// Disable drift-sparks until you're going fast enough
|
||||
if (!(player->pflags & PF_GETSPARKS)
|
||||
|| (player->offroad && K_ApplyOffroad(player)))
|
||||
|| (player->offroad && K_ApplyOffroad(player) && !(cv_kartflame_offroadburn.value && player->flameoverheat)))
|
||||
driftadditive = 0;
|
||||
|
||||
if (player->speed > minspeed*2)
|
||||
|
|
|
|||
Loading…
Reference in a new issue