mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-22 20:11:44 +00:00
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:
parent
25d16782ee
commit
af275580ec
1 changed files with 4 additions and 1 deletions
|
@ -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 \
|
||||
{ \
|
||||
|
|
Loading…
Reference in a new issue