Initialize extra_colormaps to NULL on program start

This commit is contained in:
mazmazz 2018-09-11 13:31:09 -04:00
parent a818b9a1dc
commit 506ce43627

View file

@ -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"},