From 770f86bbbe89401ddae8518910a6875af65c0ac3 Mon Sep 17 00:00:00 2001 From: dominik Date: Mon, 23 Aug 2004 21:04:39 +0000 Subject: (svn r122) Change: exclusive transport rights are now stored per town instead of per station Exclusive rights from old savegames will be reset. --- saveload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'saveload.c') diff --git a/saveload.c b/saveload.c index 4c9693dba..139d86d63 100644 --- a/saveload.c +++ b/saveload.c @@ -9,7 +9,7 @@ enum { SAVEGAME_MAJOR_VERSION = 4, - SAVEGAME_MINOR_VERSION = 0, + SAVEGAME_MINOR_VERSION = 1, SAVEGAME_LOADABLE_VERSION = (SAVEGAME_MAJOR_VERSION << 8) + SAVEGAME_MINOR_VERSION }; -- cgit v1.2.3-54-g00ecf