Fix missing serialization of LevelLocals' flags3

This commit is contained in:
nashmuhandes 2023-07-15 23:38:36 +08:00 committed by Christoph Oelckers
parent 99850ea216
commit be2616ca97

View file

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