*grumbles about old gcc*

This commit is contained in:
Ragnvald Maartmann-Moe IV 2002-05-26 07:07:10 +00:00
parent 29177483d3
commit 6c8e2c24aa
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ R_BuildLightMap (msurface_t *surf, byte * dest, int stride)
bl++;
*dest++ = min (*bl >> shift, 255);
bl++;
*dest++ = 255; // set to 255 if RGBA internal format is wanted
dest++; // `*dest++ = 255;` for RGBA internal format
// instead of RGB
}
}