From: havoc Date: Mon, 5 Feb 2007 17:53:30 +0000 (+0000) Subject: disabled debug print I forgot about X-Git-Tag: xonotic-v0.1.0preview~3616 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e1ac894c39d24b92ec107d310e1b259f77b7dba5;p=xonotic%2Fdarkplaces.git disabled debug print I forgot about git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6797 d7cf8633-e32d-0410-b094-e92efae38249 --- 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)