]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_main.c
reworked input timing a bit more, now cl_movement 1 mode syncs client packets to...
[xonotic/darkplaces.git] / cl_main.c
index f32a22812435ff8932bfb80f0b5a744d1ab9e83c..4509dedbfb602019dbedc6737377282eae55204f 100644 (file)
--- a/cl_main.c
+++ b/cl_main.c
@@ -1480,6 +1480,7 @@ extern void CL_ClientMovement_Replay();
 int CL_ReadFromServer(void)
 {
        CL_ReadDemoMessage();
+       CL_SendCmd();
 
        r_refdef.time = cl.time;
        r_refdef.extraupdate = !r_speeds.integer;