From 2883398d69ff94f6f121f696684b2f99b80a98a8 Mon Sep 17 00:00:00 2001 From: Spoike Date: Mon, 18 Oct 2004 10:50:23 +0000 Subject: [PATCH] Hiding that message. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@351 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/server/sv_phys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/server/sv_phys.c b/engine/server/sv_phys.c index 705460d8b..2083dc412 100644 --- a/engine/server/sv_phys.c +++ b/engine/server/sv_phys.c @@ -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; }