src/saveload.cpp
changeset 8190 efd1f3b110a2
parent 8153 32f871f7e7f7
child 8206 573a2d359695
--- a/src/saveload.cpp	Mon Oct 08 18:45:33 2007 +0000
+++ b/src/saveload.cpp	Mon Oct 08 19:56:21 2007 +0000
@@ -29,7 +29,7 @@
 #include "strings.h"
 #include <list>
 
-extern const uint16 SAVEGAME_VERSION = 79;
+extern const uint16 SAVEGAME_VERSION = 80;
 uint16 _sl_version;       ///< the major savegame version identifier
 byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!