summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-01-04 18:34:23 +0000
committersmatz <smatz@openttd.org>2009-01-04 18:34:23 +0000
commit67bf6a0998eb7e0be39449ca5b2563ace66b3a30 (patch)
tree24e7c278186d5ebd3bd6bce940783e6debc48253 /src/settings_type.h
parentf1cc20edc076a550615e1da3f1d453c47d6e55c2 (diff)
downloadopenttd-67bf6a0998eb7e0be39449ca5b2563ace66b3a30.tar.xz
(svn r14835) -Change: apply the 'warn if train's income is negative' setting to other vehicle types, too
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 974587c9c..f75fb2d30 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -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