mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-03-22 10:51:54 +00:00
Merge branch 'minimap_in_demos' into 'master'
Show minimap in demo playback See merge request KartKrew/Kart!16
This commit is contained in:
commit
eb4a967d8e
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue