X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=sys_win.c;h=237670fc148159df9709b3058632687fa8fc7f75;hp=466f20da448cd9234f2dc1bdca7dc2bdd10c85b3;hb=b2a1a3ffa49a3f315f9f59aa011c5888ad4bea4b;hpb=d21ad272ad2c10c98373065fe37bdf91008288e4 diff --git a/sys_win.c b/sys_win.c index 466f20da..237670fc 100644 --- a/sys_win.c +++ b/sys_win.c @@ -83,7 +83,7 @@ void Sys_Error (const char *error, ...) if (!in_sys_error1) { in_sys_error1 = 1; - Host_Shutdown (); + //Host_Shutdown (); } // shut down QHOST hooks if necessary @@ -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;