- 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:
Christoph Oelckers 2021-12-21 11:58:20 +01:00
parent df0c577cf4
commit 785c7d4ceb
7 changed files with 14 additions and 19 deletions

View file

@ -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)