mirror of https://github.com/OpenTTD/OpenTTD
(svn r7669) -Backport from trunk (r7556):
- screenshot no_con didn't remove console from screenshot.release/0.5
parent
737220f39c
commit
953fc9e196
|
@ -561,6 +561,7 @@ bool MakeScreenshot(void)
|
||||||
switch (current_screenshot_type) {
|
switch (current_screenshot_type) {
|
||||||
case SC_VIEWPORT:
|
case SC_VIEWPORT:
|
||||||
UndrawMouseCursor();
|
UndrawMouseCursor();
|
||||||
|
DrawDirtyBlocks();
|
||||||
current_screenshot_type = SC_NONE;
|
current_screenshot_type = SC_NONE;
|
||||||
return MakeSmallScreenshot();
|
return MakeSmallScreenshot();
|
||||||
case SC_WORLD:
|
case SC_WORLD:
|
||||||
|
|
Loading…
Reference in New Issue