diff -r 8f7fcf4d2b7e -r 9f527cc360cf src/saveload.cpp --- 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 -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!