From: divverent Date: Tue, 20 Dec 2011 20:16:30 +0000 (+0000) Subject: oops, didn't want this debug spam to be committed X-Git-Tag: xonotic-v0.6.0~102^2 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=83a9479f76fc8cb37c8142b21b5942117b4c7394;hp=c47fb5c923c0e3b6c44bb068ceb44f7795834f5c oops, didn't want this debug spam to be committed git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11619 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_input.c b/cl_input.c index 01850eff..af5289f5 100644 --- a/cl_input.c +++ b/cl_input.c @@ -1794,10 +1794,7 @@ void CL_SendMove(void) cl.cmd.msec = (unsigned char)bound(0, msecdelta, 255); // ridiculous value rejection (matches qw) if (cl.cmd.msec > 250) - { - Con_Printf("RIDICULOUS! %f - %f > 0.25 sec, namely, %d ms, quemove=%d\n", cl.cmd.time, cl.movecmd[1].time, (int) msecdelta, (int) quemove); cl.cmd.msec = 100; - } cl.cmd.frametime = cl.cmd.msec * (1.0 / 1000.0); cl.cmd.predicted = cl_movement.integer != 0;