GL rendering path audit.

This commit is contained in:
Zephaniah E. Hull 2000-09-30 02:46:48 +00:00
parent 8601bc905b
commit cb0d141132
5 changed files with 6 additions and 90 deletions

View file

@ -46,8 +46,6 @@
entity_t r_worldentity;
qboolean r_cache_thrash; // compatability
vec3_t modelorg, r_entorigin;
entity_t *currententity;
@ -822,8 +820,6 @@ static void R_SetupFrame (void)
V_SetContentsColor (r_viewleaf->contents);
V_CalcBlend ();
r_cache_thrash = false;
c_brush_polys = 0;
c_alias_polys = 0;