mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-17 12:12:29 +00:00
Merge branch 'no-charge' into 'master'
Disable charging drift sparks in bounce pad state See merge request KartKrew/Kart!190
This commit is contained in:
commit
2448ab34e9
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
|
||||
// You can't turn your kart when you're not moving.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue