From e1ac894c39d24b92ec107d310e1b259f77b7dba5 Mon Sep 17 00:00:00 2001 From: havoc Date: Mon, 5 Feb 2007 17:53:30 +0000 Subject: [PATCH] disabled debug print I forgot about git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6797 d7cf8633-e32d-0410-b094-e92efae38249 --- sv_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sv_user.c b/sv_user.c index 48553297..de1412c6 100644 --- a/sv_user.c +++ b/sv_user.c @@ -537,7 +537,7 @@ qboolean SV_ReadClientMove (void) } moveframetime = bound(0, move->time - host_client->cmd.time, 0.1); - Con_Printf("movesequence = %i (%i lost), moveframetime = %f\n", move->sequence, move->sequence ? move->sequence - host_client->movesequence - 1 : 0, moveframetime); + //Con_Printf("movesequence = %i (%i lost), moveframetime = %f\n", move->sequence, move->sequence ? move->sequence - host_client->movesequence - 1 : 0, moveframetime); // disable clientside movement prediction in some cases if (ceil((move->receivetime - move->time) * 1000.0) < sv_clmovement_minping.integer) -- 2.39.2