mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-26 04:30:55 +00:00
Initialize extra_colormaps to NULL on program start
This commit is contained in:
parent
a818b9a1dc
commit
506ce43627
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…
Reference in a new issue