mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-24 13:01:48 +00:00
Fix missing serialization of LevelLocals' flags3
This commit is contained in:
parent
99850ea216
commit
be2616ca97
1 changed files with 1 additions and 0 deletions
|
@ -969,6 +969,7 @@ void FLevelLocals::Serialize(FSerializer &arc, bool hubload)
|
|||
|
||||
arc("flags", flags)
|
||||
("flags2", flags2)
|
||||
("flags3", flags3)
|
||||
("fadeto", fadeto)
|
||||
("found_secrets", found_secrets)
|
||||
("found_items", found_items)
|
||||
|
|
Loading…
Reference in a new issue