mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-18 06:31:45 +00:00
- changed savegame version check for automap stuff.
SVN r2610 (trunk)
This commit is contained in:
parent
9a4abe0915
commit
a11e70bf5f
1 changed files with 1 additions and 1 deletions
|
@ -606,7 +606,7 @@ void P_SerializeSubsectors(FArchive &arc)
|
|||
}
|
||||
else
|
||||
{
|
||||
if (SaveVersion < 2500)
|
||||
if (SaveVersion < 2609)
|
||||
{
|
||||
if (hasglnodes)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue