fix a nail related segfault caused by the re-write

This commit is contained in:
Bill Currie 2000-12-20 06:43:04 +00:00
parent dd3ea544ce
commit 6925190ffd

View file

@ -716,7 +716,6 @@ CL_LinkProjectiles (void)
if (!ent)
break; // object list is full
*ent = &pr->ent;
cl_numvisedicts++;
(*ent)->model = cl.model_precache[pr->modelindex];
(*ent)->skinnum = 0;
(*ent)->frame = 0;