src/saveload.cpp
changeset 8106 9f527cc360cf
parent 8078 bdf94bf88568
child 8137 67a9579abd74
--- a/src/saveload.cpp	Sat Sep 22 12:59:43 2007 +0000
+++ b/src/saveload.cpp	Sat Sep 22 13:56:38 2007 +0000
@@ -29,7 +29,7 @@
 #include "strings.h"
 #include <list>
 
-extern const uint16 SAVEGAME_VERSION = 75;
+extern const uint16 SAVEGAME_VERSION = 76;
 uint16 _sl_version;       ///< the major savegame version identifier
 byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!