Yet slower Margin Boost

This commit is contained in:
Antonio Martinez 2024-09-07 18:57:35 -07:00
parent abc0187b7e
commit 1660d9c143

View file

@ -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;
}