should be a minor speedup to mono lightmaps

This commit is contained in:
Bill Currie 2003-08-07 21:05:58 +00:00
parent 732a9a80d1
commit 184aa7beb0
1 changed files with 2 additions and 2 deletions

View File

@ -110,9 +110,9 @@ R_AddDynamicLights_1 (msurface_t *surf)
{
float dist;
int maxdist, maxdist2, maxdist3, smax, smax_bytes, tmax,
grey, s, t, td;
grey, s, t;
unsigned int lnum, i, j;
int sdtable[18];
unsigned int sdtable[18], td;
unsigned int *bl;
vec3_t impact, local;