diff -r 6135bc445350 -r 513433ebd092 saveload.c --- a/saveload.c Wed Jun 07 18:41:58 2006 +0000 +++ b/saveload.c Wed Jun 07 19:35:21 2006 +0000 @@ -30,7 +30,7 @@ #include "variables.h" #include -const uint16 SAVEGAME_VERSION = 29; +const uint16 SAVEGAME_VERSION = 28; uint16 _sl_version; /// the major savegame version identifier byte _sl_minor_version; /// the minor savegame version, DO NOT USE!