X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=sys_linux.c;h=ac2ea61636c7087eb6d6c59be09c039bc9eeebba;hb=2107b65205dbec9522df439f7639c6fe08e54a46;hp=039466d7b9322f80c22658fca4c0f2dd483c94d6;hpb=2af7bf1a4eb9a5c9a1cfe76f9f8690523bafbd3e;p=xonotic%2Fdarkplaces.git diff --git a/sys_linux.c b/sys_linux.c index 039466d7..ac2ea616 100644 --- a/sys_linux.c +++ b/sys_linux.c @@ -41,10 +41,6 @@ void Sys_Error (const char *error, ...) Con_Printf ("Quake Error: %s\n", string); -#ifdef WIN32 - MessageBox(NULL, string, "Quake Error", MB_OK | MB_SETFOREGROUND | MB_ICONSTOP); -#endif - Host_Shutdown (); exit (1); }