- Serialize Level.nousersave and Level.noautomap properly

- Also allow them to be settable directly in a map's MAPINFO block (NoUserSave and NoAutoMap respectively)
This commit is contained in:
nashmuhandes 2023-07-15 20:25:20 +08:00 committed by Magnus Norddahl
commit d09d5e0715
6 changed files with 9 additions and 0 deletions

View file

@ -969,6 +969,7 @@ void FLevelLocals::Serialize(FSerializer &arc, bool hubload)
arc("flags", flags)
("flags2", flags2)
("flags9", flags9)
("fadeto", fadeto)
("found_secrets", found_secrets)
("found_items", found_items)