mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-23 04:11:53 +00:00
sbar compiles again
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3277 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
887f204330
commit
a79b7f90cf
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue