src/saveload.cpp
changeset 8078 bdf94bf88568
parent 8011 8e95362021d5
child 8106 9f527cc360cf
--- a/src/saveload.cpp	Fri Sep 14 22:25:00 2007 +0000
+++ b/src/saveload.cpp	Fri Sep 14 22:27:40 2007 +0000
@@ -29,7 +29,7 @@
 #include "strings.h"
 #include <list>
 
-extern const uint16 SAVEGAME_VERSION = 74;
+extern const uint16 SAVEGAME_VERSION = 75;
 uint16 _sl_version;       ///< the major savegame version identifier
 byte   _sl_minor_version; ///< the minor savegame version, DO NOT USE!