forked from mirror/OpenTTD
(svn r17938) -Feature: non-automatic screenshot name can be entered in console
This commit is contained in:
@@ -748,12 +748,12 @@ static void ToolbarHelpClick(Window *w)
|
||||
|
||||
static void MenuClickSmallScreenshot()
|
||||
{
|
||||
SetScreenshotType(SC_VIEWPORT);
|
||||
RequestScreenshot(SC_VIEWPORT, NULL);
|
||||
}
|
||||
|
||||
static void MenuClickWorldScreenshot()
|
||||
{
|
||||
SetScreenshotType(SC_WORLD);
|
||||
RequestScreenshot(SC_WORLD, NULL);
|
||||
}
|
||||
|
||||
static void MenuClickHelp(int index)
|
||||
|
Reference in New Issue
Block a user