1
0
Fork 0
forked from fte/fteqw

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:
Spoike 2005-11-30 23:12:08 +00:00
parent 10bb3e01cf
commit 7d5cacecab

View file

@ -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;