summaryrefslogtreecommitdiff
path: root/settings.c
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-11-16 17:44:04 +0000
committerDarkvater <darkvater@openttd.org>2006-11-16 17:44:04 +0000
commitea0018fcedd9b2d0da24cbb702330f7349796e8b (patch)
treefead1dbd09600e2f400da8a30f022b454b20aded /settings.c
parentedcbb105656514e6b422d2d5e04f6dcb2e30459b (diff)
downloadopenttd-ea0018fcedd9b2d0da24cbb702330f7349796e8b.tar.xz
(svn r7173) -Codechange (r6824): Allow the user to change the chat-destination when chatting with <ENTER> or 'T' instead of the game choosing one for you automatically.
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 d2473f107..0f33044f9 100644
--- a/settings.c
+++ b/settings.c
@@ -1266,6 +1266,7 @@ const SettingDesc _patch_settings[] = {
SDT_VAR(Patches, map_y, SLE_UINT8, S, 0, 8, 6, 11, 0, STR_CONFIG_PATCHES_MAP_Y, NULL),
SDT_BOOL(Patches, link_terraform_toolbar, S, 0, false, STR_CONFIG_PATCHES_LINK_TERRAFORM_TOOLBAR,NULL),
SDT_VAR(Patches, liveries, SLE_UINT8, S,MS, 2, 0, 2, 0, STR_CONFIG_PATCHES_LIVERIES, RedrawScreen),
+ SDT_BOOL(Patches, chat_target, S, 0, false, STR_CONFIG_PATCHES_CHAT_TARGET, NULL),
/***************************************************************************/
/* Construction section of the GUI-configure patches window */