Dumb mistake

This commit is contained in:
Sally Cochenour 2020-03-22 20:52:20 -04:00
parent 7690eeab2b
commit 9379202dc4

View file

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