mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-21 19:32:30 +00:00
Remove unused variables.
This commit is contained in:
parent
754215066b
commit
e52d41a5b5
1 changed files with 2 additions and 5 deletions
|
@ -145,7 +145,6 @@ void R_BuildLightMap (msurface_t *surf, byte *dest, int stride)
|
|||
byte *lightmap;
|
||||
unsigned scale;
|
||||
int maps;
|
||||
int lightadj[4];
|
||||
unsigned *bl;
|
||||
|
||||
surf->cached_dlight = (surf->dlightframe == r_framecount);
|
||||
|
@ -315,11 +314,9 @@ void R_DrawSequentialPoly (msurface_t *s)
|
|||
{
|
||||
glpoly_t *p;
|
||||
float *v;
|
||||
int i;
|
||||
int i;
|
||||
texture_t *t;
|
||||
vec3_t nv, dir;
|
||||
float ss, ss2, length;
|
||||
float s1, t1;
|
||||
vec3_t nv;
|
||||
glRect_t *theRect;
|
||||
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue