mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 10:11:04 +00:00
- removed numsectors and numwalls entirely.
With Blood's Polymost mirror hack the risk of getting out of sync with the arrays was a genuine issue, so now only the array size counts.
This commit is contained in:
parent
df0c577cf4
commit
785c7d4ceb
7 changed files with 14 additions and 19 deletions
|
@ -683,9 +683,7 @@ void SerializeMap(FSerializer& arc)
|
|||
if (arc.BeginObject("engine"))
|
||||
{
|
||||
arc.Array("statlist", statList, MAXSTATUS)
|
||||
("numsectors", numsectors)
|
||||
("sectors", sector, sectorbackup)
|
||||
("numwalls", numwalls)
|
||||
("walls", wall, wallbackup)
|
||||
|
||||
("tailspritefree", tailspritefree)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue