]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_win.c
sys: Rename Sys_Print(f)ToTerminal to Sys_Print(f) for consistency
[xonotic/darkplaces.git] / sys_win.c
index 8ae3bbe9d239a791189e0a74d078917c33941b09..237670fc148159df9709b3058632687fa8fc7f75 100644 (file)
--- a/sys_win.c
+++ b/sys_win.c
@@ -112,7 +112,7 @@ void Sys_Shutdown (void)
 #endif
 }
 
-void Sys_PrintToTerminal(const char *text)
+void Sys_Print(const char *text)
 {
        DWORD dummy;
        extern HANDLE houtput;