0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-04-22 17:45:37 +00:00

*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

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
}
}