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

@ -717,8 +717,7 @@ V_RenderView (void)
{
cl.simangles[ROLL] = 0; // FIXME @@@
r_worldentity.model = cl.worldmodel;
if (cls.state != ca_active)
if (!r_active)
return;
view_frame = &cl.frames[cls.netchan.incoming_sequence & UPDATE_MASK];