summaryrefslogtreecommitdiff
path: root/saveload.c
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-08-06 16:07:22 +0000
committerbjarni <bjarni@openttd.org>2005-08-06 16:07:22 +0000
commit9952ff0b597c3e9da0c9105cc6d2ab32e1ac7b8b (patch)
tree4628a0df8999b185f9edb643da5024f1ae22e3bc /saveload.c
parenta1a91eb7f7b9bc356e4a97f76fec2d58a5bf914a (diff)
downloadopenttd-9952ff0b597c3e9da0c9105cc6d2ab32e1ac7b8b.tar.xz
(svn r2817) -Codechange: [autoreplace]: moved autoreplace and autorenew to serverside
-This means that one company can only have one setting for renew and replacing more clients will not fight due to different settings anymore -This is a needed step in the line to fix autoreplacing dualheaded locomotives NOTE: savegame revision bump (peter1138 + me in coop)
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 73928c0c6..54f73b3e8 100644
--- a/saveload.c
+++ b/saveload.c
@@ -28,7 +28,7 @@
#include "variables.h"
enum {
- SAVEGAME_MAJOR_VERSION = 15,
+ SAVEGAME_MAJOR_VERSION = 16,
SAVEGAME_MINOR_VERSION = 0,
SAVEGAME_LOADABLE_VERSION = (SAVEGAME_MAJOR_VERSION << 8) + SAVEGAME_MINOR_VERSION