Fix accel being overwritten
This commit is contained in:
parent
9a8c89b1d8
commit
b58a98e268
1 changed files with 2 additions and 1 deletions
|
|
@ -3520,9 +3520,10 @@ static void K_GetKartBoostPower(player_t *player)
|
|||
{
|
||||
player->speedboost += (finalspeedboost - player->speedboost) / (TICRATE/2);
|
||||
}
|
||||
|
||||
player->accelboost = finalaccelboost;
|
||||
}
|
||||
|
||||
player->accelboost = finalaccelboost;
|
||||
player->numboosts = finalgrade;
|
||||
K_ClearBoost(player);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue