summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2012-04-17 19:43:29 +0000
committermichi_cc <michi_cc@openttd.org>2012-04-17 19:43:29 +0000
commit708d5b6712a213a91ac6c91c10da63dfddbef024 (patch)
tree139f3e17c387485a336b24a6e30bb66b3c41ed85 /src/settings_type.h
parentef8ee48044f6aad41bcbc647b7a86c02e6755988 (diff)
downloadopenttd-708d5b6712a213a91ac6c91c10da63dfddbef024.tar.xz
(svn r24129) -Feature [FS#3660]: Option to minimise signal distance when dragging over obstacles. (adf88)
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 1f91a542a..c3825bdcf 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -102,6 +102,7 @@ struct GUISettings {
bool quick_goto; ///< Allow quick access to 'goto button' in vehicle orders window
bool auto_euro; ///< automatically switch to euro in 2002
byte drag_signals_density; ///< many signals density
+ bool drag_signals_fixed_distance; ///< keep fixed distance between signals when dragging
Year semaphore_build_before; ///< build semaphore signals automatically before this year
byte news_message_timeout; ///< how much longer than the news message "age" should we keep the message in the history
bool show_track_reservation; ///< highlight reserved tracks.