diff --git a/src/p_saveg.cpp b/src/p_saveg.cpp index 1b44426497..52ebf88d28 100644 --- a/src/p_saveg.cpp +++ b/src/p_saveg.cpp @@ -606,7 +606,7 @@ void P_SerializeSubsectors(FArchive &arc) } else { - if (SaveVersion < 2500) + if (SaveVersion < 2609) { if (hasglnodes) {