diff --git a/src/k_hud.c b/src/k_hud.c index a1cb40085..4a5644442 100644 --- a/src/k_hud.c +++ b/src/k_hud.c @@ -1611,7 +1611,7 @@ static void K_DrawKartPositionNum(INT32 num) if (leveltime < (starttime + NUMTRANSMAPS)) { - trans = max(0, (starttime + NUMTRANSMAPS) - leveltime); + trans = (starttime + NUMTRANSMAPS) - leveltime; } if (trans >= NUMTRANSMAPS)