mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Small uptune
65% -> 75%
This commit is contained in:
parent
c3005b2a6a
commit
a1a53d4e90
1 changed files with 1 additions and 1 deletions
|
|
@ -3564,7 +3564,7 @@ static void K_GetKartBoostPower(player_t *player)
|
|||
Easing_InCubic(
|
||||
player->overdrivepower,
|
||||
0,
|
||||
65*FRACUNIT/100
|
||||
75*FRACUNIT/100
|
||||
),
|
||||
Easing_InSine(
|
||||
player->overdrivepower,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue