From 3bb78ad46d0395ea4ffadd24e7281c802bc22cc5 Mon Sep 17 00:00:00 2001 From: toaster Date: Sun, 16 Oct 2022 14:33:52 +0100 Subject: [PATCH] Always show timelimit if timelimitintics is set, to allow spotting weird bugs before they cause problems --- src/k_hud.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/k_hud.c b/src/k_hud.c index 7d0f335f3..c202a7f82 100644 --- a/src/k_hud.c +++ b/src/k_hud.c @@ -1399,9 +1399,7 @@ void K_drawKartTimestamp(tic_t drawtime, INT32 TX, INT32 TY, INT16 emblemmap, UI { splitflags = V_HUDTRANS|V_SLIDEIN|V_SNAPTOTOP|V_SNAPTORIGHT|V_SPLITSCREEN; - if (bossinfo.boss == true) - ; - else if (timelimitintics > 0 && (gametyperules & GTR_TIMELIMIT)) // TODO + if (timelimitintics > 0) { if (drawtime >= timelimitintics) {