- renamed sections2 and sections2PerSector.

No more need for a '2'.
This commit is contained in:
Christoph Oelckers 2021-12-15 13:08:09 +01:00
parent f6d852b5a0
commit fc41a2bd85
9 changed files with 29 additions and 31 deletions

View file

@ -725,7 +725,7 @@ void SerializeMap(FSerializer& arc)
{
setWallSectors();
hw_CreateSections2();
sectionGeometry.SetSize(sections2.Size());
sectionGeometry.SetSize(sections.Size());
}
}