Add screenshot type: whole map at current zoom level

This commit is contained in:
Jonathan G Rennison
2021-03-06 02:33:02 +00:00
parent d6e2b32132
commit 9bf6d1407f
6 changed files with 22 additions and 5 deletions

View File

@@ -17,6 +17,7 @@ enum ScreenshotWindowWidgets {
WID_SC_TAKE_ZOOMIN, ///< Button for taking a zoomed in screenshot
WID_SC_TAKE_DEFAULTZOOM, ///< Button for taking a screenshot at normal zoom
WID_SC_TAKE_WORLD, ///< Button for taking a screenshot of the whole world
WID_SC_TAKE_WORLD_ZOOM, ///< Button for taking a screenshot of the whole world at the current zoom level
WID_SC_TAKE_HEIGHTMAP, ///< Button for taking a heightmap "screenshot"
WID_SC_TAKE_MINIMAP, ///< Button for taking a minimap screenshot
};