Legacy protocol compatibility (cl_legacymode)

This commit is contained in:
mittorn
2019-01-25 20:53:08 +07:00
parent 1e5f12a0ae
commit 6a02a571c1
10 changed files with 908 additions and 47 deletions

View File

@@ -645,7 +645,7 @@ qboolean MSG_ReadBytes( sizebuf_t *sb, void *pOut, int nBytes )
char *MSG_ReadStringExt( sizebuf_t *sb, qboolean bLine )
{
static char string[2048];
static char string[4096];
int l = 0, c;
do