(svn r21513) -Feature [FS#532]: make the chat message timeout user configurable

This commit is contained in:
rubidium
2010-12-14 15:00:43 +00:00
parent 2074b4ddce
commit 30e78752a9
3 changed files with 3 additions and 3 deletions

View File

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