From a79b7f90cf058dacbbd87b4364d159fc9f336a1b Mon Sep 17 00:00:00 2001 From: Spoike Date: Tue, 14 Jul 2009 15:58:07 +0000 Subject: [PATCH] sbar compiles again git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3277 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/sbar.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/client/sbar.c b/engine/client/sbar.c index 965fbbe9e..dbffbff87 100644 --- a/engine/client/sbar.c +++ b/engine/client/sbar.c @@ -1724,6 +1724,7 @@ void Sbar_DrawScoreboard (void) if (deadcount == cl.splitclients && !cl.spectator) { +#ifndef CLIENTONLY if (sv.state && cls.gamemode == GAME_COOP) { for (pnum = 0; pnum < sv.allocated_client_slots; pnum++) @@ -1735,6 +1736,7 @@ void Sbar_DrawScoreboard (void) if (pnum == sv.allocated_client_slots) return; } +#endif if (cl.teamplay > 0 && !sb_showscores) Sbar_TeamOverlay(); else