]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
oops, didn't want this debug spam to be committed
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 20 Dec 2011 20:16:30 +0000 (20:16 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 20 Dec 2011 20:16:30 +0000 (20:16 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11619 d7cf8633-e32d-0410-b094-e92efae38249

cl_input.c

index 01850effe830f6a3f26c155d0a29a1fdb188c297..af5289f58690c2ae48adebf1a4dba695966224b4 100644 (file)
@@ -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;