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:
Sal 2020-03-06 00:09:27 -05:00
commit 2448ab34e9

View file

@ -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.