diff options
Diffstat (limited to 'saveload.c')
-rw-r--r-- | saveload.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/saveload.c b/saveload.c index 1bbd79913..fd6c34699 100644 --- a/saveload.c +++ b/saveload.c @@ -29,7 +29,7 @@ #include "variables.h" #include <setjmp.h> -const uint16 SAVEGAME_VERSION = 22; +const uint16 SAVEGAME_VERSION = 23; uint16 _sl_version; /// the major savegame version identifier byte _sl_minor_version; /// the minor savegame version, DO NOT USE! |