src/saveload.cpp
changeset 8153 32f871f7e7f7
parent 8141 c052dc0dc029
child 8190 efd1f3b110a2
--- a/src/saveload.cpp	Sun Sep 30 15:37:24 2007 +0000
+++ b/src/saveload.cpp	Sun Sep 30 17:38:42 2007 +0000
@@ -29,7 +29,7 @@
 #include "strings.h"
 #include <list>
 
-extern const uint16 SAVEGAME_VERSION = 78;
+extern const uint16 SAVEGAME_VERSION = 79;
 uint16 _sl_version;       ///< the major savegame version identifier
 byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!