mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-04-25 09:00:55 +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;
|
byte *lightmap;
|
||||||
unsigned scale;
|
unsigned scale;
|
||||||
int maps;
|
int maps;
|
||||||
int lightadj[4];
|
|
||||||
unsigned *bl;
|
unsigned *bl;
|
||||||
|
|
||||||
surf->cached_dlight = (surf->dlightframe == r_framecount);
|
surf->cached_dlight = (surf->dlightframe == r_framecount);
|
||||||
|
@ -315,11 +314,9 @@ void R_DrawSequentialPoly (msurface_t *s)
|
||||||
{
|
{
|
||||||
glpoly_t *p;
|
glpoly_t *p;
|
||||||
float *v;
|
float *v;
|
||||||
int i;
|
int i;
|
||||||
texture_t *t;
|
texture_t *t;
|
||||||
vec3_t nv, dir;
|
vec3_t nv;
|
||||||
float ss, ss2, length;
|
|
||||||
float s1, t1;
|
|
||||||
glRect_t *theRect;
|
glRect_t *theRect;
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue