dump the input packet.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2006 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f8a1789089
commit
88aba16c08
1 changed files with 3 additions and 0 deletions
|
@ -1167,7 +1167,10 @@ void MSG_ReadDir (vec3_t dir)
|
||||||
|
|
||||||
b = MSG_ReadByte ();
|
b = MSG_ReadByte ();
|
||||||
if (b >= Q2NUMVERTEXNORMALS)
|
if (b >= Q2NUMVERTEXNORMALS)
|
||||||
|
{
|
||||||
|
CL_DumpPacket();
|
||||||
Host_EndGame ("MSG_ReadDir: out of range");
|
Host_EndGame ("MSG_ReadDir: out of range");
|
||||||
|
}
|
||||||
VectorCopy (bytedirs[b], dir);
|
VectorCopy (bytedirs[b], dir);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue