I legitimately cannot remember for the life of me why I added this check. It broke spectator text in gametypes outside of co-op, so...

This commit is contained in:
toasterbabe 2017-07-17 18:16:41 +01:00
parent 9bd10fb0d2
commit 9b506b2fde

View file

@ -1995,7 +1995,7 @@ static void ST_overlayDrawer(void)
) )
ST_drawLevelTitle(); ST_drawLevelTitle();
if (!hu_showscores && (netgame || multiplayer) && displayplayer == consoleplayer && (!stplyr->spectator || gametype == GT_COOP)) if (!hu_showscores && (netgame || multiplayer) && displayplayer == consoleplayer)
{ {
if (stplyr->exiting && cv_playersforexit.value && gametype == GT_COOP) if (stplyr->exiting && cv_playersforexit.value && gametype == GT_COOP)
{ {