mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 10:11:04 +00:00
- renamed sections2 and sections2PerSector.
No more need for a '2'.
This commit is contained in:
parent
f6d852b5a0
commit
fc41a2bd85
9 changed files with 29 additions and 31 deletions
|
@ -725,7 +725,7 @@ void SerializeMap(FSerializer& arc)
|
|||
{
|
||||
setWallSectors();
|
||||
hw_CreateSections2();
|
||||
sectionGeometry.SetSize(sections2.Size());
|
||||
sectionGeometry.SetSize(sections.Size());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue