diff -r dfe10fa5ce4f -r 231ae3c419f4 saveload.c --- a/saveload.c Thu Jun 01 22:20:40 2006 +0000 +++ b/saveload.c Fri Jun 02 13:05:41 2006 +0000 @@ -30,7 +30,7 @@ #include "variables.h" #include -const uint16 SAVEGAME_VERSION = 28; +const uint16 SAVEGAME_VERSION = 29; uint16 _sl_version; /// the major savegame version identifier byte _sl_minor_version; /// the minor savegame version, DO NOT USE!