Fixes 'glowing nails'.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1642 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
10bb3e01cf
commit
7d5cacecab
1 changed files with 1 additions and 0 deletions
|
@ -2189,6 +2189,7 @@ void CL_LinkProjectiles (void)
|
|||
|
||||
if (pr->modelindex < 1)
|
||||
continue;
|
||||
ent->forcedshader = NULL;
|
||||
ent->model = cl.model_precache[pr->modelindex];
|
||||
ent->skinnum = 0;
|
||||
ent->frame = 0;
|
||||
|
|
Loading…
Reference in a new issue