mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Slower margin boost
This commit is contained in:
parent
c4fc86b668
commit
bf2b31a833
1 changed files with 1 additions and 1 deletions
|
|
@ -468,7 +468,7 @@ fixed_t K_GetKartGameSpeedScalar(SINT8 value)
|
|||
value = 3;
|
||||
|
||||
fixed_t base = ((13 + (3*value)) << FRACBITS) / 16;
|
||||
fixed_t duel = overtimecheckpoints*(1<<FRACBITS)/3;
|
||||
fixed_t duel = overtimecheckpoints*(1<<FRACBITS)/6;
|
||||
|
||||
return base + duel;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue