From 9b506b2fde2c12ab1552d2fc3819373e472e3c17 Mon Sep 17 00:00:00 2001 From: toasterbabe Date: Mon, 17 Jul 2017 18:16:41 +0100 Subject: [PATCH] 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... --- src/st_stuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/st_stuff.c b/src/st_stuff.c index 33192eedb..06877bbb3 100644 --- a/src/st_stuff.c +++ b/src/st_stuff.c @@ -1995,7 +1995,7 @@ static void ST_overlayDrawer(void) ) 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) {