mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-11 18:42:46 +00:00
Disable charging drift sparks in bounce pad state
This commit is contained in:
parent
addb0d0a66
commit
522959e762
1 changed files with 1 additions and 1 deletions
|
|
@ -6609,7 +6609,7 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
K_KartDrift(player, onground);
|
K_KartDrift(player, P_IsObjectOnGround(player->mo)); // Not using onground, since we don't want this affected by spring pads
|
||||||
|
|
||||||
// Quick Turning
|
// Quick Turning
|
||||||
// You can't turn your kart when you're not moving.
|
// You can't turn your kart when you're not moving.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue