(svn r14835) -Change: apply the 'warn if train's income is negative' setting to other vehicle types, too

This commit is contained in:
smatz
2009-01-04 18:34:23 +00:00
parent 87b71b3872
commit ec7ebf2170
9 changed files with 32 additions and 78 deletions

View File

@@ -39,7 +39,7 @@ struct GUISettings {
bool sg_full_load_any; ///< new full load calculation, any cargo must be full read from pre v93 savegames
bool lost_train_warn; ///< if a train can't find its destination, show a warning
uint8 order_review_system; ///< perform order reviews on vehicles
bool train_income_warn; ///< if train is generating little income, show a warning
bool vehicle_income_warn; ///< if a vehicle isn't generating income, show a warning
bool status_long_date; ///< always show long date in status bar
bool show_finances; ///< show finances at end of year
bool sg_new_nonstop; ///< ttdpatch compatible nonstop handling read from pre v93 savegames