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:
Spoike 2006-02-22 23:45:15 +00:00
parent f8a1789089
commit 88aba16c08
1 changed files with 3 additions and 0 deletions

View File

@ -1167,7 +1167,10 @@ void MSG_ReadDir (vec3_t dir)
b = MSG_ReadByte ();
if (b >= Q2NUMVERTEXNORMALS)
{
CL_DumpPacket();
Host_EndGame ("MSG_ReadDir: out of range");
}
VectorCopy (bytedirs[b], dir);
}
#endif