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