Hiding that message.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@351 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-10-18 10:50:23 +00:00
parent 75684fdade
commit 2883398d69

View file

@ -356,7 +356,7 @@ int SV_FlyMove (edict_t *ent, float time, trace_t *steptrace)
{ // go along the crease
if (numplanes != 2)
{
Con_Printf ("clip velocity, numplanes == %i\n",numplanes);
// Con_Printf ("clip velocity, numplanes == %i\n",numplanes);
VectorCopy (vec3_origin, ent->v.velocity);
return 7;
}