- changed savegame version check for automap stuff.

SVN r2610 (trunk)
This commit is contained in:
Christoph Oelckers 2010-08-27 15:22:21 +00:00
parent 9a4abe0915
commit a11e70bf5f

View file

@ -606,7 +606,7 @@ void P_SerializeSubsectors(FArchive &arc)
}
else
{
if (SaveVersion < 2500)
if (SaveVersion < 2609)
{
if (hasglnodes)
{