summaryrefslogtreecommitdiff
path: root/settings.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-11-19 12:37:28 +0000
committertron <tron@openttd.org>2005-11-19 12:37:28 +0000
commitf2b344084accd953a8e26db9a4196688f07a30a5 (patch)
tree75c59fd3b0544ce3e6d7c714bba70d5da37824e2 /settings.c
parentc7683a63ceefa29e1727304d780d0f8225ed2ded (diff)
downloadopenttd-f2b344084accd953a8e26db9a4196688f07a30a5.tar.xz
(svn r3222) -Feature: Right-Click-Scrolling optionally moves in the opposite direction (Requested by manx)
Diffstat (limited to 'settings.c')
-rw-r--r--settings.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.c b/settings.c
index 4456c0988..11a5832c5 100644
--- a/settings.c
+++ b/settings.c
@@ -842,6 +842,7 @@ static const SettingDesc patch_player_settings[] = {
{"status_long_date", SDT_BOOL, (void*)true, &_patches.status_long_date, NULL},
{"show_finances", SDT_BOOL, (void*)true, &_patches.show_finances, NULL},
{"autoscroll", SDT_BOOL, (void*)false, &_patches.autoscroll, NULL},
+ {"reverse_scroll", SDT_BOOL, (void*)false, &_patches.reverse_scroll, NULL},
{"errmsg_duration", SDT_UINT8, (void*)5, &_patches.errmsg_duration, NULL},
{"toolbar_pos", SDT_UINT8, (void*)0, &_patches.toolbar_pos, NULL},
{"keep_all_autosave", SDT_BOOL, (void*)false, &_patches.keep_all_autosave, NULL},