summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-11-25 16:17:06 +0000
committerrubidium <rubidium@openttd.org>2009-11-25 16:17:06 +0000
commit6befa88d82a23e76f9c44e79884915d3b1e57660 (patch)
tree0f55b55090486f577a14f747c439a36a57a71cd5 /src/settings_type.h
parent324396ec74c018daf1dbda962ebb2a8fb093f8fd (diff)
downloadopenttd-6befa88d82a23e76f9c44e79884915d3b1e57660.tar.xz
(svn r18285) -Feature: show the expected arrival/departure dates in the timetable window. Based on work by PhilSophus.
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 02e997f61..7bfc38ae3 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -76,6 +76,7 @@ struct GUISettings {
uint8 right_mouse_btn_emulation; ///< should we emulate right mouse clicking?
uint8 scrollwheel_scrolling; ///< scrolling using the scroll wheel?
uint8 scrollwheel_multiplier; ///< how much 'wheel' per incoming event from the OS?
+ bool timetable_arrival_departure; ///< show arrivals and departures in vehicle timetables
bool left_mouse_btn_scrolling; ///< left mouse button scroll
bool pause_on_newgame; ///< whether to start new games paused or not
bool enable_signal_gui; ///< show the signal GUI when the signal button is pressed