summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-12-13 21:53:23 +0000
committerrubidium <rubidium@openttd.org>2010-12-13 21:53:23 +0000
commite3b391249d2607e5d2af60ada11d3bbaeba0b3a1 (patch)
tree1e722f461b991b352dff31fcc4f457b65f70d544 /src/settings_type.h
parent49a77e89c425c37eb4c6bb4bf9e942bd75a48d57 (diff)
downloadopenttd-e3b391249d2607e5d2af60ada11d3bbaeba0b3a1.tar.xz
(svn r21505) -Change: generalise the lost_train_warning setting to lost_vehicle_warning
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 bf6a926ed..9fc02a43a 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -43,7 +43,7 @@ struct DifficultySettings {
struct GUISettings {
bool vehicle_speed; ///< show vehicle speed
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
+ 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 vehicle_income_warn; ///< if a vehicle isn't generating income, show a warning
bool status_long_date; ///< always show long date in status bar