(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:
@@ -42,6 +42,7 @@ struct GoodsEntry {
|
||||
byte rating;
|
||||
byte last_speed;
|
||||
byte last_age;
|
||||
byte amount_fract; ///< Fractional part of the amount in the cargo list
|
||||
StationCargoList cargo; ///< The cargo packets of cargo waiting in this station
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user