- another change to game data packet length for the sake of cheesy windows

This commit is contained in:
Mark Vejvoda 2010-08-26 22:29:48 +00:00
parent 9bacf0abea
commit ddf4fca0bf
1 changed files with 2 additions and 2 deletions

View File

@ -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: