]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_main.c
changed client input packets to be sent at a fixed 50fps (configurable by cvar) rathe...
[xonotic/darkplaces.git] / cl_main.c
index 8c2cda210191febd9dcc204e2521fddf6b94678c..f32a22812435ff8932bfb80f0b5a744d1ab9e83c 100644 (file)
--- a/cl_main.c
+++ b/cl_main.c
@@ -1548,6 +1548,9 @@ void CL_SendCmd(void)
                        Host_Error("CL_WriteToServer: lost server connection");
                SZ_Clear(&cls.netcon->message);
        }
+
+       // send a move periodically
+       CL_SendMove();
 }
 
 // LordHavoc: pausedemo command