mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Initialize extra_colormaps to NULL on program start
This commit is contained in:
parent
029d47376b
commit
2cac83d5e9
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ lighttable_t *scalelightfixed[MAXLIGHTSCALE];
|
|||
lighttable_t *zlight[LIGHTLEVELS][MAXLIGHTZ];
|
||||
|
||||
// Hack to support extra boom colormaps.
|
||||
extracolormap_t *extra_colormaps;
|
||||
extracolormap_t *extra_colormaps = NULL;
|
||||
|
||||
static CV_PossibleValue_t drawdist_cons_t[] = {
|
||||
{256, "256"}, {512, "512"}, {768, "768"},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue