mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 14:20:59 +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;
|
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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue