(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".
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user