Drain startboost timer in the air again

This commit is contained in:
NepDisk 2025-03-02 08:13:10 -05:00
parent 8d36a95f7e
commit 8c67e163bc

View file

@ -7008,10 +7008,8 @@ void K_KartPlayerThink(player_t *player, ticcmd_t *cmd)
if (player->driftboost)
player->driftboost--;
if (player->startboost > 0 && onground == true)
{
if (player->startboost > 0)
player->startboost--;
}
if (player->invincibilitytimer)
player->invincibilitytimer--;