Add setting: station rating waiting time tolerance depends on cargo class

This commit is contained in:
Jonathan G Rennison
2018-06-04 20:43:05 +01:00
parent 7ef881883d
commit d2d8a86814
5 changed files with 24 additions and 1 deletions

View File

@@ -604,6 +604,7 @@ struct StationSettings {
bool never_expire_airports; ///< never expire airports
byte station_spread; ///< amount a station may spread
byte catchment_increase; ///< amount by which station catchment is increased
byte cargo_class_rating_wait_time; ///< station rating tolerance to time since last cargo pickup depends on cargo class
};
/** Default settings for vehicles. */