(svn r17938) -Feature: non-automatic screenshot name can be entered in console

This commit is contained in:
smatz
2009-11-01 18:15:35 +00:00
parent be446d6f54
commit 090c762921
4 changed files with 38 additions and 22 deletions

View File

@@ -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)