- made several arrays holding sector related data dynamic.

This commit is contained in:
Christoph Oelckers 2021-12-06 20:08:32 +01:00
parent 2a07159c8d
commit 1a3b9f8ac0
11 changed files with 50 additions and 50 deletions

View file

@ -705,7 +705,7 @@ void SerializeMap(FSerializer& arc)
{
setWallSectors();
hw_BuildSections();
sectorGeometry.SetSize(numsections);
sectorGeometry.SetSize(Sections.Size());
}
}