Clean up of models that are always fullbright.

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-10-10 05:00:30 +00:00
parent db87121c2b
commit 1674e6a763

View file

@ -258,9 +258,9 @@ R_BuildLightMap (msurface_t *surf, byte * dest, int stride)
bl = blocklights; bl = blocklights;
if (gl_mtex_active) { if (gl_mtex_active) {
shift = 7; // 0-1 lightmap range. shift = 7; // 0-1 lightmap range.
} else { } else {
shift = 8; // 0-2 lightmap range. shift = 8; // 0-2 lightmap range.
} }
switch (lightmap_bytes) { switch (lightmap_bytes) {