mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Dumb mistake
This commit is contained in:
parent
7690eeab2b
commit
9379202dc4
1 changed files with 1 additions and 1 deletions
|
|
@ -1135,7 +1135,7 @@ static void K_KartItemRoulette(player_t *player, ticcmd_t *cmd)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mapobjectscale != FRACUNIT)
|
if (mapobjectscale != FRACUNIT)
|
||||||
pdis = FixedDiv(pdis * FRACUNIT, mapobjectscale);
|
pdis = FixedDiv(pdis * FRACUNIT, mapobjectscale) / FRACUNIT;
|
||||||
|
|
||||||
if (franticitems) // Frantic items make the distances between everyone artifically higher, for crazier items
|
if (franticitems) // Frantic items make the distances between everyone artifically higher, for crazier items
|
||||||
pdis = (15 * pdis) / 14;
|
pdis = (15 * pdis) / 14;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue