summaryrefslogtreecommitdiff
path: root/saveload.c
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2005-01-08 12:47:26 +0000
committertruelight <truelight@openttd.org>2005-01-08 12:47:26 +0000
commit788f543bc3a778895a10480d4b9e65e3a488e41f (patch)
treeeb8091f14551600fb73a27878ecd5163e0e72187 /saveload.c
parent3be9515d846cdd62bbdac65d2eba2655ca207cda (diff)
downloadopenttd-788f543bc3a778895a10480d4b9e65e3a488e41f.tar.xz
(svn r1429) Change: bumped savegame to revision 5.
- Now orders are bigger - Now _map2 is official 16 bits
Diffstat (limited to 'saveload.c')
-rw-r--r--saveload.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/saveload.c b/saveload.c
index b99796256..328ac91be 100644
--- a/saveload.c
+++ b/saveload.c
@@ -7,8 +7,8 @@
#include "saveload.h"
enum {
- SAVEGAME_MAJOR_VERSION = 4,
- SAVEGAME_MINOR_VERSION = 4,
+ SAVEGAME_MAJOR_VERSION = 5,
+ SAVEGAME_MINOR_VERSION = 0,
SAVEGAME_LOADABLE_VERSION = (SAVEGAME_MAJOR_VERSION << 8) + SAVEGAME_MINOR_VERSION
};