Fix rocket sneakers
This commit is contained in:
parent
32043b3825
commit
bafc9c3bd2
1 changed files with 0 additions and 1 deletions
|
|
@ -10141,7 +10141,6 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
|
|||
{
|
||||
K_DoSneaker(player, SNEAKERTYPE_ROCKETSNEAKER);
|
||||
K_PlayBoostTaunt(player->mo);
|
||||
player->rocketsneakertimer -= 2*TICRATE;
|
||||
if (player->rocketsneakertimer <= 2*TICRATE)
|
||||
player->rocketsneakertimer = 1;
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue