mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-21 19:51:27 +00:00
Fix missing serialization for skyspeed1
and skyspeed2
This commit is contained in:
parent
c8fbe43dc0
commit
0c3ebf451f
1 changed files with 2 additions and 0 deletions
|
@ -986,6 +986,8 @@ void FLevelLocals::Serialize(FSerializer &arc, bool hubload)
|
|||
("flags2", flags2)
|
||||
("flags3", flags3)
|
||||
("fadeto", fadeto)
|
||||
("skyspeed1", skyspeed1)
|
||||
("skyspeed2", skyspeed2)
|
||||
("found_secrets", found_secrets)
|
||||
("found_items", found_items)
|
||||
("killed_monsters", killed_monsters)
|
||||
|
|
Loading…
Reference in a new issue