mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-30 21:20:54 +00:00
Merge branch 'colormap-overhaul' into colormap-overhaul-fade
This commit is contained in:
commit
5907e075e6
1 changed files with 2 additions and 0 deletions
|
@ -1359,7 +1359,9 @@ void R_ClearColormaps(void)
|
||||||
//
|
//
|
||||||
void R_AddColormapToList(extracolormap_t *extra_colormap)
|
void R_AddColormapToList(extracolormap_t *extra_colormap)
|
||||||
{
|
{
|
||||||
|
#ifndef COLORMAPREVERSELIST
|
||||||
extracolormap_t *exc;
|
extracolormap_t *exc;
|
||||||
|
#endif
|
||||||
|
|
||||||
if (!extra_colormaps)
|
if (!extra_colormaps)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue