summaryrefslogtreecommitdiff
path: root/saveload.c
diff options
context:
space:
mode:
authorDarkvater <Darkvater@openttd.org>2006-03-17 08:06:56 +0000
committerDarkvater <Darkvater@openttd.org>2006-03-17 08:06:56 +0000
commite1abce7082b7227c7e889c487cd559c1b4e5bf1e (patch)
tree599fa94a374fcaa091d5cd0090362852807c1a82 /saveload.c
parent9b3f41df3bca6ff5aecb863abe85fdaaa760a5fd (diff)
downloadopenttd-e1abce7082b7227c7e889c487cd559c1b4e5bf1e.tar.xz
(svn r3915) - Savegame version 23: Do not save the autosave interval anymore with savegames. Some people should be very happe atm ;)
Diffstat (limited to 'saveload.c')
-rw-r--r--saveload.c2
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!