Don't show map image for title screen demos

This commit is contained in:
Sally Coolatta 2020-08-21 01:18:40 -04:00
parent 6a86d86828
commit 7b1e14d017
1 changed files with 2 additions and 1 deletions

View File

@ -363,7 +363,8 @@ void DRPC_UpdatePresence(void)
}
}
if (gamestate == GS_LEVEL || gamestate == GS_INTERMISSION) // Map info
if ((gamestate == GS_LEVEL || gamestate == GS_INTERMISSION) // Map info
&& !(demo.playback && demo.title))
{
if ((gamemap >= 1 && gamemap <= 60) // supported race maps
|| (gamemap >= 136 && gamemap <= 164)) // supported battle maps