Does this fix any zlib issues?

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@845 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2005-01-28 04:25:40 +00:00
parent 70289170f1
commit dec44590b2
1 changed files with 1 additions and 0 deletions

View File

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