src/saveload.cpp
branchnoai
changeset 9598 b73018a5ffc0
parent 9574 698395509d12
child 9599 949374e83b78
--- a/src/saveload.cpp	Sat Apr 14 22:16:11 2007 +0000
+++ b/src/saveload.cpp	Sun Apr 15 00:17:57 2007 +0000
@@ -28,7 +28,7 @@
 #include "variables.h"
 #include <setjmp.h>
 
-extern const uint16 SAVEGAME_VERSION = SAVELOAD_AIREMOVE_VERSION + 1;
+extern const uint16 SAVEGAME_VERSION = 53;
 uint16 _sl_version;       ///< the major savegame version identifier
 byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!