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
1 changed files with 2 additions and 2 deletions

View File

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