Merge branch 'colormap-overhaul' into colormap-overhaul-change-ldef

This commit is contained in:
mazmazz 2018-09-10 22:37:34 -04:00
commit df4ea79ab7

View file

@ -1359,7 +1359,9 @@ void R_ClearColormaps(void)
//
void R_AddColormapToList(extracolormap_t *extra_colormap)
{
#ifndef COLORMAPREVERSELIST
extracolormap_t *exc;
#endif
if (!extra_colormaps)
{