summaryrefslogtreecommitdiff
path: root/src/network/core/config.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-07-17 11:19:20 +0000
committerrubidium <rubidium@openttd.org>2008-07-17 11:19:20 +0000
commit2e4f32023c8f8bb5e116d3779f1c90a33a823008 (patch)
tree99f9e6d200177e3369eb4e755598004f5bb54e2f /src/network/core/config.h
parent88848d78b5715854cf7788a83e83edeb084c9a9b (diff)
downloadopenttd-2e4f32023c8f8bb5e116d3779f1c90a33a823008.tar.xz
(svn r13712) -Fix: enforce the length restrictions of company and president name in the commands too.
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 63ffb1c79..0a950d1f1 100644
--- a/src/network/core/config.h
+++ b/src/network/core/config.h
@@ -24,6 +24,7 @@ enum {
NETWORK_MASTER_SERVER_VERSION = 1, ///< What version of master-server-protocol do we use?
NETWORK_NAME_LENGTH = 80, ///< The maximum length of the server name and map name, in bytes including '\0'
+ NETWORK_COMPANY_NAME_LENGTH = 32, ///< The maximum length of the company name, in bytes including '\0'
NETWORK_HOSTNAME_LENGTH = 80, ///< The maximum length of the host name, in bytes including '\0'
NETWORK_UNIQUE_ID_LENGTH = 33, ///< The maximum length of the unique id of the clients, in bytes including '\0'
NETWORK_REVISION_LENGTH = 15, ///< The maximum length of the revision, in bytes including '\0'