X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=sys_sdl.c;h=fd3642f1d698fc6baf428ef2f1f3a18b3eecdf23;hb=ff46d6ff516fda192c5adc55a5c9b82007545bd2;hp=9c7571671333698f9a4ea910f1e529bb9b809e41;hpb=99c4cf569f506bb466167759b05e532dbb1e7f0f;p=xonotic%2Fdarkplaces.git diff --git a/sys_sdl.c b/sys_sdl.c index 9c757167..fd3642f1 100644 --- 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); }