Init side->colormap_data pointer to NULL (for paranoia)

This commit is contained in:
mazmazz 2018-09-12 21:05:50 -04:00
parent f7ff440250
commit 0b2caa948f
1 changed files with 2 additions and 0 deletions

View File

@ -1461,6 +1461,8 @@ static void P_LoadRawSideDefs2(void *data)
sd->sector = sec = &sectors[SHORT(msd->sector)];
sd->colormap_data = NULL;
// Colormaps!
switch (sd->special)
{