]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_input.c
if(developer_extra.integer) Con_DPrintf("VM_CL_gettagindex(entity #%i): tag \"%s...
[xonotic/darkplaces.git] / cl_input.c
index af5289f58690c2ae48adebf1a4dba695966224b4..01850effe830f6a3f26c155d0a29a1fdb188c297 100644 (file)
@@ -1794,7 +1794,10 @@ 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;