mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-13 02:52:37 +00:00
(svn r7669) -Backport from trunk (r7556):
- screenshot no_con didn't remove console from screenshot.
This commit is contained in:
parent
737220f39c
commit
953fc9e196
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user