Draw "spec" for teamplay 0 and "spectator" for teamplay 1.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2601 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Molgrum 2007-08-20 05:56:52 +00:00
parent 25d16782ee
commit af275580ec
1 changed files with 4 additions and 1 deletions

View File

@ -2100,7 +2100,10 @@ ping time frags name
\
if (s->spectator) \
{ \
Draw_String( x, y, "spectator" ); \
if (cl.teamplay) \
Draw_String( x, y, "spectator" ); \
else \
Draw_String( x, y, "spec" ); \
} \
else \
{ \