src/saveload.cpp
changeset 6770 408585d467f9
parent 6724 4f404dfe9752
child 6810 cf93b22233ea
--- a/src/saveload.cpp	Thu May 31 19:13:41 2007 +0000
+++ b/src/saveload.cpp	Thu May 31 21:21:04 2007 +0000
@@ -29,7 +29,7 @@
 #include <setjmp.h>
 #include <list>
 
-extern const uint16 SAVEGAME_VERSION = 63;
+extern const uint16 SAVEGAME_VERSION = 64;
 uint16 _sl_version;       ///< the major savegame version identifier
 byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!