]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_sdl.c
sys: Rename Sys_Print(f)ToTerminal to Sys_Print(f) for consistency
[xonotic/darkplaces.git] / sys_sdl.c
index 3f37a8e4f0af84045d82228817d890117bfe0816..4a14441472e32c4fa54aaf65d223037ce9099525 100644 (file)
--- a/sys_sdl.c
+++ b/sys_sdl.c
@@ -70,7 +70,7 @@ void Sys_Error (const char *error, ...)
        exit (1);
 }
 
-void Sys_PrintToTerminal(const char *text)
+void Sys_Print(const char *text)
 {
 #ifdef __ANDROID__
        if (developer.integer > 0)