mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-05 00:12:16 +00:00
Merge branch 'colormap-overhaul' into colormap-overhaul-fade
This commit is contained in:
commit
0dde71860f
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…
Add table
Reference in a new issue