]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
no longer adopt colors from server updates (this means demos no longer change your...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 17 Feb 2003 02:59:50 +0000 (02:59 +0000)
committerhavoc <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

index e5419cbbbd59270454ebd1867ead9fcbe5c312e5..e983ad14c9bb20dee03b010dc7e5853c14bf7c6d 100644 (file)
@@ -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: