This commit is contained in:
Rachael Alexanderson 2021-01-30 23:28:51 -05:00
commit 6dc218062f

View file

@ -520,8 +520,8 @@ struct FDynamicColormap;
struct FLinkedSector
{
sector_t *Sector;
int Type;
sector_t *Sector = nullptr;
int Type = 0;
};