mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
- archive 'multiplayer' flag in savegames. https://forum.zdoom.org/viewtopic.php?f=2&t=61980
This commit is contained in:
parent
1210e1a951
commit
74d939c0d2
1 changed files with 2 additions and 0 deletions
|
@ -942,6 +942,8 @@ void G_SerializeLevel(FSerializer &arc, bool hubload)
|
|||
arc.ReadObjects(hubload);
|
||||
}
|
||||
|
||||
arc("multiplayer", multiplayer);
|
||||
|
||||
arc("level.flags", level.flags)
|
||||
("level.flags2", level.flags2)
|
||||
("level.fadeto", level.fadeto)
|
||||
|
|
Loading…
Reference in a new issue