From ed8e2bac048a6c4ba73e226b7a8332759bab0697 Mon Sep 17 00:00:00 2001 From: bjarni Date: Sat, 6 Aug 2005 16:07:22 +0000 Subject: (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) --- saveload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'saveload.c') 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 -- cgit v1.2.3-54-g00ecf