]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cmd.h
added Print versions of Printf functions and made all calls that do not need formatin...
[xonotic/darkplaces.git] / cmd.h
diff --git a/cmd.h b/cmd.h
index bc74058fd5db01cfaf53957241e40b0a9a361100..04e44e27e7494b5ef4cca593a727e5e83dc6a73a 100644 (file)
--- a/cmd.h
+++ b/cmd.h
@@ -131,7 +131,7 @@ void Cmd_ForwardToServer (void);
 // things like godmode, noclip, etc, are commands directed to the server,
 // so when they are typed in at the console, they will need to be forwarded.
 
-void Cmd_Print (const char *text);
+void Cmd_Print(const char *text);
 // used by command functions to send output to either the graphics console or
 // passed as a print message to the client