Cleanup: Give TakeScreenshot a more sensible name

This commit is contained in:
TechGeekNZ
2020-06-20 17:12:31 +12:00
committed by Charles Pigott
parent ed6f31f601
commit 3c8d0aa354
4 changed files with 15 additions and 15 deletions

View File

@@ -39,7 +39,7 @@ struct ScreenshotWindow : Window {
case WID_SC_TAKE_HEIGHTMAP: st = SC_HEIGHTMAP; break;
case WID_SC_TAKE_MINIMAP: st = SC_MINIMAP; break;
}
TakeScreenshot(st);
MakeScreenshotWithConfirm(st);
}
};