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:
parent
70289170f1
commit
dec44590b2
1 changed files with 1 additions and 0 deletions
|
@ -821,6 +821,7 @@ void MSG_BeginReading (void)
|
||||||
msg_readcount = 0;
|
msg_readcount = 0;
|
||||||
msg_badread = false;
|
msg_badread = false;
|
||||||
net_message.currentbit = 0;
|
net_message.currentbit = 0;
|
||||||
|
net_message.packing = SZ_RAWBYTES;
|
||||||
}
|
}
|
||||||
|
|
||||||
int MSG_GetReadCount(void)
|
int MSG_GetReadCount(void)
|
||||||
|
|
Loading…
Reference in a new issue