(svn r18156) -Add: crash screenshot, created from blitter buffer

This commit is contained in:
smatz
2009-11-17 23:12:42 +00:00
parent 4eaa558ca1
commit 5924863a49
6 changed files with 37 additions and 2 deletions

View File

@@ -123,7 +123,6 @@ void CDECL error(const char *s, ...)
va_end(va);
ShowOSErrorBox(buf, true);
if (_video_driver != NULL) _video_driver->Stop();
/* Set the error message for the crash log and then invoke it. */
CrashLog::SetErrorMessage(buf);