(svn r10269) -Fix [FS#912]: station ratings were shown for all cargos instead of only the cargos that have been transported.
This commit is contained in:
@@ -20,7 +20,7 @@ static const byte INITIAL_STATION_RATING = 175;
|
||||
struct GoodsEntry {
|
||||
GoodsEntry() :
|
||||
acceptance(false),
|
||||
days_since_pickup(0),
|
||||
days_since_pickup(255),
|
||||
rating(INITIAL_STATION_RATING),
|
||||
last_speed(0),
|
||||
last_age(255)
|
||||
|
Reference in New Issue
Block a user