]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_linux.c
Fix a bug where R_GetTexture could return 0 rather than a white texture.
[xonotic/darkplaces.git] / sys_linux.c
index 039466d7b9322f80c22658fca4c0f2dd483c94d6..ac2ea61636c7087eb6d6c59be09c039bc9eeebba 100644 (file)
@@ -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);
 }