summaryrefslogtreecommitdiff
path: root/src/network/core/config.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-08-11 22:07:26 +0000
committerrubidium <rubidium@openttd.org>2008-08-11 22:07:26 +0000
commit3b4c3a3df690d5ec02ba2bf93a69aa6fe9908810 (patch)
tree946bb9e6d885bc1eb08d0131905d3c4df18bb2d9 /src/network/core/config.h
parent5f52c44c14bf4c61ec8db6a57195992564fb22a5 (diff)
downloadopenttd-3b4c3a3df690d5ec02ba2bf93a69aa6fe9908810.tar.xz
(svn r14045) -Codechange: move the network's limitation to chat messages to a more logical location and give it a more consistent name.
Diffstat (limited to 'src/network/core/config.h')
-rw-r--r--src/network/core/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/core/config.h b/src/network/core/config.h
index 6b4b471bf..4911d2a4c 100644
--- a/src/network/core/config.h
+++ b/src/network/core/config.h
@@ -32,6 +32,7 @@ enum {
NETWORK_PLAYERS_LENGTH = 200, ///< The maximum length for the list of players that controls a company, in bytes including '\0'
NETWORK_CLIENT_NAME_LENGTH = 25, ///< The maximum length of a player, in bytes including '\0'
NETWORK_RCONCOMMAND_LENGTH = 500, ///< The maximum length of a rconsole command, in bytes including '\0'
+ NETWORK_CHAT_LENGTH = 1000, ///< The maximum length of a chat message, in bytes including '\0'
NETWORK_GRF_NAME_LENGTH = 80, ///< Maximum length of the name of a GRF
/**