(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

@@ -644,6 +644,8 @@ bool MakeScreenshot()
case SC_VIEWPORT:
UndrawMouseCursor();
DrawDirtyBlocks();
/* FALL THROUGH */
case SC_RAW:
_screenshot_type = SC_NONE;
return MakeSmallScreenshot();
case SC_WORLD: