From ddf4fca0bfbdbbd797041e722d4e503c75676d00 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Thu, 26 Aug 2010 22:29:48 +0000 Subject: [PATCH] - another change to game data packet length for the sake of cheesy windows --- source/glest_game/network/network_message.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/glest_game/network/network_message.h b/source/glest_game/network/network_message.h index 15685761..bb8d6468 100644 --- a/source/glest_game/network/network_message.h +++ b/source/glest_game/network/network_message.h @@ -346,7 +346,7 @@ private: static const int maxStringSize= 255; static const int maxFileCRCCount= 1500; -static const int maxFileCRCPacketCount= 100; +static const int maxFileCRCPacketCount= 25; private: @@ -418,7 +418,7 @@ private: static const int maxStringSize= 255; static const int maxFileCRCCount= 1500; -static const int maxFileCRCPacketCount= 100; +static const int maxFileCRCPacketCount= 25; private: