fix a protocol breakage (with other clients)

This commit is contained in:
Bill Currie 2000-04-05 11:45:48 +00:00
parent cba9b3b5b1
commit 7c0eb6947d
1 changed files with 7 additions and 1 deletions

View File

@ -44,8 +44,14 @@
#define MAX_EDICTS 768
#define MAX_LIGHTSTYLES 64
#define MAX_DATAGRAM 1450
//#define MAX_MSGLEN 1450
// Sorry, Mercury, this is needed (for now). Too many complaints about
// oversized packets from non-qf qw clients :)
#ifdef QUAKEWORLD
#define MAX_MSGLEN 1450
#else
#define MAX_MSGLEN 8000
#endif
#define clc_stringcmd 4