mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
should be a minor speedup to mono lightmaps
This commit is contained in:
parent
732a9a80d1
commit
184aa7beb0
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue