projects
/
xonotic
/
darkplaces.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ee2ac5
)
no longer adopt colors from server updates (this means demos no longer change your...
author
havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 17 Feb 2003 02:59:50 +0000
(
02:59
+0000)
committer
havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 17 Feb 2003 02:59:50 +0000
(
02:59
+0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@2751
d7cf8633
-e32d-0410-b094-
e92efae38249
cl_parse.c
patch
|
blob
|
history
diff --git
a/cl_parse.c
b/cl_parse.c
index e5419cbbbd59270454ebd1867ead9fcbe5c312e5..e983ad14c9bb20dee03b010dc7e5853c14bf7c6d 100644
(file)
--- a/
cl_parse.c
+++ b/
cl_parse.c
@@
-1578,9
+1578,6
@@
void CL_ParseServerMessage (void)
if (i >= cl.maxclients)
Host_Error ("CL_ParseServerMessage: svc_updatecolors >= cl.maxclients");
cl.scores[i].colors = MSG_ReadByte ();
- // update our color cvar if our color changed
- if (i == cl.playerentity - 1)
- Cvar_SetValue ("_cl_color", cl.scores[i].colors);
break;
case svc_particle: