Add news setting for trains waiting due to routing restrictions

This commit is contained in:
Jonathan G Rennison
2020-08-29 13:31:52 +01:00
parent a63bc23f04
commit cc6be16422
5 changed files with 12 additions and 1 deletions

View File

@@ -90,6 +90,7 @@ struct TimeSettings {
struct GUISettings : public TimeSettings {
bool sg_full_load_any; ///< new full load calculation, any cargo must be full read from pre v93 savegames
bool lost_vehicle_warn; ///< if a vehicle can't find its destination, show a warning
bool restriction_wait_vehicle_warn; ///< if a vehicle is waiting for an extended time due to a routing restriction, show a warning
uint8 order_review_system; ///< perform order reviews on vehicles
bool no_depot_order_warn; ///< if a non-air vehicle doesn't have at least one depot order, show a warning
bool vehicle_income_warn; ///< if a vehicle isn't generating income, show a warning