summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2010-07-14 15:08:31 +0000
committerterkhen <terkhen@openttd.org>2010-07-14 15:08:31 +0000
commitfa3d9d04d386daf3ee92c9ab0f2624fbdcd1abf4 (patch)
tree24cd72f3eae0edfc8d4a5ec691869b9582a36856 /src/settings_type.h
parent0753669fa75cc6cddabe617478ae8dc45321510c (diff)
downloadopenttd-fa3d9d04d386daf3ee92c9ab0f2624fbdcd1abf4.tar.xz
(svn r20144) -Feature: Allow to configure the delay of hover events, or to disable them completely.
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 59fb454e4..c2d999cad 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -53,6 +53,7 @@ struct GUISettings {
uint8 stop_location; ///< what is the default stop location of trains?
bool autoscroll; ///< scroll when moving mouse to the edge
byte errmsg_duration; ///< duration of error message
+ byte hover_delay; ///< time required to activate a hover event, in seconds
bool link_terraform_toolbar; ///< display terraform toolbar when displaying rail, road, water and airport toolbars
uint8 smallmap_land_colour; ///< colour used for land and heightmap at the smallmap
bool reverse_scroll; ///< right-Click-Scrolling scrolls in the opposite direction