Skip to content

Commit

Permalink
Fix missing serialization for skyspeed1 and skyspeed2
Browse files Browse the repository at this point in the history
  • Loading branch information
nashmuhandes authored and RicardoLuis0 committed Sep 16, 2024
1 parent c8fbe43 commit 0c3ebf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/p_saveg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0c3ebf4

Please sign in to comment.