From 6ef1c8b70a733d2611a2c6519bade52f46a2a227 Mon Sep 17 00:00:00 2001 From: sezero Date: Tue, 13 Dec 2011 19:00:25 +0000 Subject: [PATCH] CL_ParseUpdate: removed unused bitcounts[] array git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@516 af15c1b1-3010-417e-b628-4374ebc0bcbd --- quakespasm/Quake/cl_parse.c | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/quakespasm/Quake/cl_parse.c b/quakespasm/Quake/cl_parse.c index c769973a..151269cd 100644 --- a/quakespasm/Quake/cl_parse.c +++ b/quakespasm/Quake/cl_parse.c @@ -403,17 +403,15 @@ If an entities model or origin changes from frame to frame, it must be relinked. Other attributes can change without relinking. ================== */ -int bitcounts[16]; - void CL_ParseUpdate (int bits) { - int i; + int i; model_t *model; - int modnum; + int modnum; qboolean forcelink; entity_t *ent; - int num; - int skin; + int num; + int skin; if (cls.signon == SIGNONS - 1) { // first update is the final signon stage @@ -444,10 +442,6 @@ void CL_ParseUpdate (int bits) ent = CL_EntityNum (num); - for (i=0 ; i<16 ; i++) - if (bits&(1<msgtime != cl.mtime[1]) forcelink = true; // no previous frame to lerp from else