From 60a658259066dae496a60e80f1aaa335dff54e05 Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 17 Jul 2008 11:47:57 +0000 Subject: (svn r13713) -Fix: possible crash on creating a network packet. --- src/network/core/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/network/core/config.h') 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' -- cgit v1.2.3-54-g00ecf