(svn r24590) -Feature: More options for the auto-scroll setting. (adf88)

This commit is contained in:
frosch
2012-10-13 09:16:20 +00:00
parent d3bda73b4a
commit ac99094c91
31 changed files with 25 additions and 33 deletions

View File

@@ -63,7 +63,7 @@ struct GUISettings {
bool sg_new_nonstop; ///< ttdpatch compatible nonstop handling read from pre v93 savegames
bool new_nonstop; ///< ttdpatch compatible nonstop handling
uint8 stop_location; ///< what is the default stop location of trains?
bool autoscroll; ///< scroll when moving mouse to the edge
uint8 auto_scrolling; ///< scroll when moving mouse to the edge (see #ViewportAutoscrolling)
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