Drain startboost timer in the air again
This commit is contained in:
parent
8d36a95f7e
commit
8c67e163bc
1 changed files with 1 additions and 3 deletions
|
|
@ -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--;
|
||||
|
|
|
|||
Loading…
Reference in a new issue