mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
*grumbles about old gcc*
This commit is contained in:
parent
29177483d3
commit
6c8e2c24aa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue