summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-12-14 15:00:43 +0000
committerrubidium <rubidium@openttd.org>2010-12-14 15:00:43 +0000
commitb149fcd1271405844bd15e353a25657cbed85be3 (patch)
tree14892b5b421b5db45d0006fd6325b4836cb12ac9 /src/settings_type.h
parente68efb9e719a028f14da9965d4e3795252b2cbad (diff)
downloadopenttd-b149fcd1271405844bd15e353a25657cbed85be3.tar.xz
(svn r21513) -Feature [FS#532]: make the chat message timeout user configurable
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 9fc02a43a..ae9b1bcd8 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -106,6 +106,7 @@ struct GUISettings {
#ifdef ENABLE_NETWORK
uint16 network_chat_box_width; ///< width of the chat box in pixels
uint8 network_chat_box_height; ///< height of the chat box in lines
+ uint16 network_chat_timeout; ///< timeout of chat messages in seconds
#endif
uint8 developer; ///< print non-fatal warnings in console (>= 1), copy debug output to console (== 2)