]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_input.c
fix bug with gun bobbing in demo playback (where input packets are not sent, and...
[xonotic/darkplaces.git] / cl_input.c
index 577d837389c850b2e5e72b6401d398b38a3a5eef..c4b05acc0ef6fcc0361b248c2b01b5486a8fcbc9 100644 (file)
@@ -1110,6 +1110,7 @@ void CL_ClientMovement_Replay(void)
        VectorCopy(cl.mvelocity[0], s.velocity);
        s.crouched = true; // will be updated on first move
        s.canjump = cl.movement_replay_canjump;
+       //Con_Printf("movement replay starting org %f %f %f vel %f %f %f\n", s.origin[0], s.origin[1], s.origin[2], s.velocity[0], s.velocity[1], s.velocity[2]);
 
        // set up movement variables
        if (cls.protocol == PROTOCOL_QUAKEWORLD)