(svn r7669) -Backport from trunk (r7556):

- screenshot no_con didn't remove console from screenshot.
This commit is contained in:
Darkvater 2006-12-30 23:12:05 +00:00
parent 737220f39c
commit 953fc9e196

View File

@ -561,6 +561,7 @@ bool MakeScreenshot(void)
switch (current_screenshot_type) {
case SC_VIEWPORT:
UndrawMouseCursor();
DrawDirtyBlocks();
current_screenshot_type = SC_NONE;
return MakeSmallScreenshot();
case SC_WORLD: