summaryrefslogtreecommitdiff
path: root/src/saveload/saveload.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-09-28 22:00:24 +0000
committerrubidium <rubidium@openttd.org>2010-09-28 22:00:24 +0000
commitb4f6201e940d3cee219e944664b8505638dbad81 (patch)
treeba0ba77de9699d4915bad38056d1ef90be4ba13f /src/saveload/saveload.cpp
parent897bb71621ef72490bd8667ab02355fdb40817fb (diff)
downloadopenttd-b4f6201e940d3cee219e944664b8505638dbad81.tar.xz
(svn r20857) -Fix [FS#3637]: The station with the second highest rating was doubly penalised when distributing cargo. Now the penalty is completely removed and the granularity/precision of the distribution in increased by using fractional cargo. This should make competing stations less "all-or-nothing".
Diffstat (limited to 'src/saveload/saveload.cpp')
-rw-r--r--src/saveload/saveload.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/saveload/saveload.cpp b/src/saveload/saveload.cpp
index 101cc412e..fdf3b16ad 100644
--- a/src/saveload/saveload.cpp
+++ b/src/saveload/saveload.cpp
@@ -212,8 +212,9 @@
* 147 20621
* 148 20659
* 149 20832
+ * 150 20857
*/
-extern const uint16 SAVEGAME_VERSION = 149; ///< current savegame version of OpenTTD
+extern const uint16 SAVEGAME_VERSION = 150; ///< current savegame version of OpenTTD
SavegameType _savegame_type; ///< type of savegame we are loading