]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_linux.c
Added developer_memorylargerthanmb cvar which dprints notices about very large memory...
[xonotic/darkplaces.git] / sys_linux.c
index ac2ea61636c7087eb6d6c59be09c039bc9eeebba..039466d7b9322f80c22658fca4c0f2dd483c94d6 100644 (file)
@@ -41,6 +41,10 @@ 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);
 }