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

View file

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