From 2c1d5a72b6dfc9dd28b434c7140b1c493178d28f Mon Sep 17 00:00:00 2001 From: JugadorXEI Date: Fri, 28 May 2021 16:43:09 +0200 Subject: [PATCH] We use FRACBITS out there --- src/k_kart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_kart.c b/src/k_kart.c index 2a13c5a8..2cb8a7a1 100644 --- a/src/k_kart.c +++ b/src/k_kart.c @@ -5066,7 +5066,7 @@ static void K_KartDrift(player_t *player, boolean onground) // and will then wrongdrift or have their sparks removed because of this. // This fixes this problem. if (player->kartstuff[k_pogospring] == 2 && player->mo->scale > FRACUNIT) - minspeed = (10 * FRACUNIT); + minspeed = (10<