(svn r24129) -Feature [FS#3660]: Option to minimise signal distance when dragging over obstacles. (adf88)

This commit is contained in:
michi_cc
2012-04-17 19:43:29 +00:00
parent ef8ee48044
commit 708d5b6712
6 changed files with 56 additions and 10 deletions

View File

@@ -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.