]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_main.c
Updated some builtin parameter lists, added 2 functions to the menu builtins.
[xonotic/darkplaces.git] / cl_main.c
index d67183929a497b4fee32b7e82aa5270f070d0bbf..f01040391e931c570a04eaff68daf4be00b331f0 100644 (file)
--- a/cl_main.c
+++ b/cl_main.c
@@ -1115,16 +1115,16 @@ void CL_SendCmd(void)
        {
                // get basic movement from keyboard
                CL_BaseMove(&cmd);
-
+               
                // OS independent code
                IN_PreMove();
-
+                       
                // allow mice or other external controllers to add to the move
                IN_Move(&cmd);
-
+                       
                // OS independent code
                IN_PostMove();
-
+                       
                // send the unreliable message
                CL_SendMove(&cmd);
        }