mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-22 12:11:34 +00:00
fix a nail related segfault caused by the re-write
This commit is contained in:
parent
dd3ea544ce
commit
6925190ffd
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue