summaryrefslogtreecommitdiff
path: root/src/network/core
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-07-17 11:47:57 +0000
committerrubidium <rubidium@openttd.org>2008-07-17 11:47:57 +0000
commit348600eca9cfed3894798c40cdf6a3e54870c852 (patch)
tree6e8acb232fa0954b26e45427f5fe235e47f3e471 /src/network/core
parent03afcec36f58dc368b7b9d877a257872857d31e9 (diff)
downloadopenttd-348600eca9cfed3894798c40cdf6a3e54870c852.tar.xz
(svn r13713) -Fix: possible crash on creating a network packet.
Diffstat (limited to 'src/network/core')
-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 0a950d1f1..6b4b471bf 100644
--- a/src/network/core/config.h
+++ b/src/network/core/config.h
@@ -20,7 +20,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 = 4, ///< What version of company info is this?
+ NETWORK_COMPANY_INFO_VERSION = 5, ///< What version of company info is this?
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'