]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_input.c
added Print versions of Printf functions and made all calls that do not need formatin...
[xonotic/darkplaces.git] / cl_input.c
index c3fef756b7f1e9dbed37fd16b39efdee15902466..fac600f92125eae8aeea7a65c3d4d0b6de6da197 100644 (file)
@@ -77,7 +77,7 @@ void KeyDown (kbutton_t *b)
                b->down[1] = k;
        else
        {
-               Con_Print("Three keys down for a button!\n");
+               Con_Print("Three keys down for a button!\n");
                return;
        }
 
@@ -463,7 +463,7 @@ void CL_SendMove(usercmd_t *cmd)
 
        if (NetConn_SendUnreliableMessage(cls.netcon, &buf) == -1)
        {
-               Con_Printf("CL_SendMove: lost server connection\n");
+               Con_Print("CL_SendMove: lost server connection\n");
                CL_Disconnect();
        }
 }