mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-21 03:11:24 +00:00
You're right, this works fine
This commit is contained in:
parent
a1ad4d79d0
commit
de91eb9793
1 changed files with 1 additions and 1 deletions
|
@ -6348,7 +6348,7 @@ static void K_drawKartMinimap(void)
|
|||
|
||||
// Draw the HUD only when playing in a level.
|
||||
// hu_stuff needs this, unlike st_stuff.
|
||||
if (!demoplayback && !(Playing() && gamestate == GS_LEVEL))
|
||||
if (gamestate != GS_LEVEL)
|
||||
return;
|
||||
|
||||
if (stplyr != &players[displayplayer])
|
||||
|
|
Loading…
Reference in a new issue