From dec44590b2149c3ef6c3a3143308557c82fbb326 Mon Sep 17 00:00:00 2001 From: Spoike Date: Fri, 28 Jan 2005 04:25:40 +0000 Subject: [PATCH] Does this fix any zlib issues? git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@845 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/common/common.c b/engine/common/common.c index c74e7c2ea..cd331c235 100644 --- a/engine/common/common.c +++ b/engine/common/common.c @@ -821,6 +821,7 @@ void MSG_BeginReading (void) msg_readcount = 0; msg_badread = false; net_message.currentbit = 0; + net_message.packing = SZ_RAWBYTES; } int MSG_GetReadCount(void)