Merge branch 'minimap_in_demos' into 'master'

Show minimap in demo playback

See merge request KartKrew/Kart!16
This commit is contained in:
toaster 2018-09-23 18:14:09 -04:00
commit eb4a967d8e
1 changed files with 1 additions and 1 deletions

View File

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