Should fix red/blue glowing players/nails.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1410 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
32da3157b4
commit
18ecdd5ca4
1 changed files with 8 additions and 0 deletions
|
@ -1608,6 +1608,10 @@ void CL_LinkPacketEntities (void)
|
|||
|
||||
cl_numvisedicts++;
|
||||
|
||||
#ifdef Q3SHADERS
|
||||
ent->forcedshader = NULL;
|
||||
#endif
|
||||
|
||||
ent->visframe = 0;
|
||||
|
||||
ent->keynum = s1->number;
|
||||
|
@ -2400,6 +2404,10 @@ void CL_LinkPlayers (void)
|
|||
ent->keynum = j+1;
|
||||
ent->flags = 0;
|
||||
|
||||
#ifdef Q3SHADERS
|
||||
ent->forcedshader = NULL;
|
||||
#endif
|
||||
|
||||
ent->model = cl.model_precache[state->modelindex];
|
||||
ent->skinnum = state->skinnum;
|
||||
|
||||
|
|
Loading…
Reference in a new issue