From cdd93e28b93e622ea5fcaddce8fc35c8deaa65b7 Mon Sep 17 00:00:00 2001 From: havoc Date: Sun, 28 Dec 2003 05:14:29 +0000 Subject: [PATCH] made TryUnstick failure a DPrintf (like TryUnstick success is) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3761 d7cf8633-e32d-0410-b094-e92efae38249 --- sv_phys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sv_phys.c b/sv_phys.c index 4de751be..8198a60e 100644 --- a/sv_phys.c +++ b/sv_phys.c @@ -955,7 +955,7 @@ int SV_TryUnstick (edict_t *ent, vec3_t oldvel) // still not moving VectorClear (ent->v->velocity); - Con_Printf("TryUnstick - failure.\n"); + Con_DPrintf("TryUnstick - failure.\n"); return 7; } -- 2.39.2