mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-13 00:24:17 +00:00
Don't show map image for title screen demos
This commit is contained in:
parent
6a86d86828
commit
7b1e14d017
1 changed files with 2 additions and 1 deletions
|
@ -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
|
if ((gamemap >= 1 && gamemap <= 60) // supported race maps
|
||||||
|| (gamemap >= 136 && gamemap <= 164)) // supported battle maps
|
|| (gamemap >= 136 && gamemap <= 164)) // supported battle maps
|
||||||
|
|
Loading…
Reference in a new issue