diff --git a/src/k_kart.c b/src/k_kart.c index 138d3b39..ed91616b 100644 --- a/src/k_kart.c +++ b/src/k_kart.c @@ -6613,7 +6613,7 @@ static void K_drawKartMinimap(void) // Draw the HUD only when playing in a level. // hu_stuff needs this, unlike st_stuff. - if (!(Playing() && gamestate == GS_LEVEL)) + if (gamestate != GS_LEVEL) return; if (stplyr != &players[displayplayer])