src/network/core/config.h
changeset 11153 cee0888d135a
parent 10827 66cb8729f7d1
child 11155 db49ce10b3b5
--- a/src/network/core/config.h	Tue Jul 15 23:27:28 2008 +0000
+++ b/src/network/core/config.h	Thu Jul 17 11:19:20 2008 +0000
@@ -24,6 +24,7 @@
 	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'