]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_win.c
added Print versions of Printf functions and made all calls that do not need formatin...
[xonotic/darkplaces.git] / sys_win.c
index 391f9c5a5661abc7eec93249cdc98584c1e538c9..d839902d43d83e3ebf99eb27a0c0a60f8c7cafdd 100644 (file)
--- a/sys_win.c
+++ b/sys_win.c
@@ -109,7 +109,7 @@ void Sys_Quit (void)
        exit (0);
 }
 
-void Sys_Print(const char *text)
+void Sys_PrintToTerminal(const char *text)
 {
        DWORD dummy;
        extern HANDLE houtput;