Add news/advice setting to warn if no depot order in vehicle schedule

This commit is contained in:
Jonathan G Rennison
2019-05-11 19:58:16 +01:00
parent c9ec55a54a
commit af64b5dc18
5 changed files with 19 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ struct GUISettings {
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
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
bool show_finances; ///< show finances at end of year
bool sg_new_nonstop; ///< ttdpatch compatible nonstop handling read from pre v93 savegames