mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-02-20 18:52:31 +00:00
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:
parent
75684fdade
commit
2883398d69
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue