diff -r 0fcebf5d5975 -r 6a796f06bff4 src/saveload.cpp --- a/src/saveload.cpp Thu Apr 10 02:23:38 2008 +0000 +++ b/src/saveload.cpp Thu Apr 10 08:30:15 2008 +0000 @@ -34,7 +34,7 @@ #include "table/strings.h" -extern const uint16 SAVEGAME_VERSION = 92; +extern const uint16 SAVEGAME_VERSION = 93; uint16 _sl_version; ///< the major savegame version identifier byte _sl_minor_version; ///< the minor savegame version, DO NOT USE!