- fixed: level.flags2 was not stored in savegames. Also bumped min. savegame

version and removed old compatibility handlings.

SVN r1448 (trunk)
This commit is contained in:
Christoph Oelckers 2009-02-25 22:10:06 +00:00
commit 2c65d5b8f5
5 changed files with 9 additions and 16 deletions

View file

@ -1400,6 +1400,7 @@ void G_SerializeLevel (FArchive &arc, bool hubLoad)
int i = level.totaltime;
arc << level.flags
<< level.flags2
<< level.fadeto
<< level.found_secrets
<< level.found_items