make mingl compile again.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1651 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-12-01 01:56:37 +00:00
parent aaf1a31b05
commit 470804d958
1 changed files with 2 additions and 0 deletions

View File

@ -2189,7 +2189,9 @@ void CL_LinkProjectiles (void)
if (pr->modelindex < 1)
continue;
#ifdef Q3SHADERS
ent->forcedshader = NULL;
#endif
ent->model = cl.model_precache[pr->modelindex];
ent->skinnum = 0;
ent->frame = 0;