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:
parent
aaf1a31b05
commit
470804d958
1 changed files with 2 additions and 0 deletions
|
@ -2189,7 +2189,9 @@ void CL_LinkProjectiles (void)
|
||||||
|
|
||||||
if (pr->modelindex < 1)
|
if (pr->modelindex < 1)
|
||||||
continue;
|
continue;
|
||||||
|
#ifdef Q3SHADERS
|
||||||
ent->forcedshader = NULL;
|
ent->forcedshader = NULL;
|
||||||
|
#endif
|
||||||
ent->model = cl.model_precache[pr->modelindex];
|
ent->model = cl.model_precache[pr->modelindex];
|
||||||
ent->skinnum = 0;
|
ent->skinnum = 0;
|
||||||
ent->frame = 0;
|
ent->frame = 0;
|
||||||
|
|
Loading…
Reference in a new issue