mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
Increase distance for natural spb
This commit is contained in:
parent
9379202dc4
commit
8a5d00d1c7
1 changed files with 1 additions and 1 deletions
|
|
@ -926,7 +926,7 @@ static INT32 K_KartGetItemOdds(UINT8 pos, SINT8 item, fixed_t mashed, boolean sp
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
INT32 multiplier = (secondist - (4*DISTVAR)) / DISTVAR;
|
INT32 multiplier = (secondist - (5*DISTVAR)) / DISTVAR;
|
||||||
|
|
||||||
if (multiplier < 0)
|
if (multiplier < 0)
|
||||||
multiplier = 0;
|
multiplier = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue