X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=sys_sdl.c;h=4a14441472e32c4fa54aaf65d223037ce9099525;hb=b2a1a3ffa49a3f315f9f59aa011c5888ad4bea4b;hp=3f37a8e4f0af84045d82228817d890117bfe0816;hpb=afdff12f78e5a8441e6ba0c3a9721ee5f64ee7cc;p=xonotic%2Fdarkplaces.git diff --git a/sys_sdl.c b/sys_sdl.c index 3f37a8e4..4a144414 100644 --- 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)