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 struct FLinkedSector
{ {
sector_t *Sector; sector_t *Sector = nullptr;
int Type; int Type = 0;
}; };