summaryrefslogtreecommitdiff
path: root/src/network/core/config.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2009-04-26 19:48:42 +0000
committeryexo <yexo@openttd.org>2009-04-26 19:48:42 +0000
commitc8ce3f7ef03352aba223f235ca9db5800a3f9a1b (patch)
tree9628343ec79cd1e7c0f28440da08f306c8366489 /src/network/core/config.h
parentbc8f31da4e1ab66d67dd4e14f32b2a70ed94de59 (diff)
downloadopenttd-c8ce3f7ef03352aba223f235ca9db5800a3f9a1b.tar.xz
(svn r16175) -Fix: Disable the join button in the multiplayer lobby for AI companies, since joining an AI company is not possible.
Diffstat (limited to 'src/network/core/config.h')
-rw-r--r--src/network/core/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/core/config.h b/src/network/core/config.h
index bcd85f594..e7d69f3a5 100644
--- a/src/network/core/config.h
+++ b/src/network/core/config.h
@@ -23,7 +23,7 @@ enum {
SEND_MTU = 1460, ///< Number of bytes we can pack in a single packet
NETWORK_GAME_INFO_VERSION = 4, ///< What version of game-info do we use?
- NETWORK_COMPANY_INFO_VERSION = 5, ///< What version of company info is this?
+ NETWORK_COMPANY_INFO_VERSION = 6, ///< What version of company info is this?
NETWORK_MASTER_SERVER_VERSION = 2, ///< 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'