mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-03 15:32:45 +00:00
Restore intended sneaker-lift top speed values
This commit is contained in:
parent
06dd8f937c
commit
c0bc1cc245
1 changed files with 1 additions and 1 deletions
|
|
@ -3480,7 +3480,7 @@ static void K_GetKartBoostPower(player_t *player)
|
||||||
UINT8 i;
|
UINT8 i;
|
||||||
for (i = 0; i < player->numsneakers; i++)
|
for (i = 0; i < player->numsneakers; i++)
|
||||||
{
|
{
|
||||||
ADDBOOST(FRACUNIT*75/100, 8*FRACUNIT, SLIPTIDEHANDLING+SLIPTIDEHANDLING/3); // + 50% top speed, + 800% acceleration, +50% handling
|
ADDBOOST(FRACUNIT*85/100, 8*FRACUNIT, SLIPTIDEHANDLING+SLIPTIDEHANDLING/3); // + 50% top speed, + 800% acceleration, +50% handling
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue