]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_sdl.c
added Print versions of Printf functions and made all calls that do not need formatin...
[xonotic/darkplaces.git] / sys_sdl.c
index 9c7571671333698f9a4ea910f1e529bb9b809e41..fd3642f1d698fc6baf428ef2f1f3a18b3eecdf23 100644 (file)
--- a/sys_sdl.c
+++ b/sys_sdl.c
@@ -52,7 +52,7 @@ void Sys_Error (const char *error, ...)
        exit (1);
 }
 
-void Sys_Print(const char *text)
+void Sys_PrintToTerminal(const char *text)
 {
        printf("%s", text);
 }