mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Max is /5
/4 -> /5 max speed assist gain
This commit is contained in:
parent
0ee5e7689e
commit
76ef610a73
1 changed files with 1 additions and 1 deletions
|
|
@ -3964,7 +3964,7 @@ static fixed_t K_GetKartSpeedAssist(const player_t *player)
|
|||
if (player->loneliness < 0)
|
||||
return FRACUNIT;
|
||||
|
||||
fixed_t MAX_SPEED_ASSIST = FRACUNIT/4;
|
||||
fixed_t MAX_SPEED_ASSIST = FRACUNIT/5;
|
||||
|
||||
return FRACUNIT + FixedMul(player->loneliness, MAX_SPEED_ASSIST);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue