various little cleanups that should very fractionally speed up Host_Frame

This commit is contained in:
Bill Currie 2005-04-25 01:28:37 +00:00
parent a35c33b397
commit 2cc2da4d90
9 changed files with 15 additions and 14 deletions

View file

@ -1195,4 +1195,5 @@ CL_Ents_Init (void)
for (i = 0; i < MAX_PROJECTILES; i++)
CL_Init_Entity (&cl_projectiles[i]);
r_view_model = &cl.viewent;
}