Always show timelimit if timelimitintics is set, to allow spotting weird bugs before they cause problems

This commit is contained in:
toaster 2022-10-16 14:33:52 +01:00
parent 59094f73fb
commit 3bb78ad46d

View file

@ -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)
{