mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
Legacy protocol compatibility (cl_legacymode)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user