forked from mirror/OpenTTD
(svn r20508) -Add [FS#3973]: A new screenshot type that makes a zoomed-in screenshot of the visible viewport. (Eddi)
This commit is contained in:
@@ -21,6 +21,7 @@ void SetScreenshotFormat(uint i);
|
||||
enum ScreenshotType {
|
||||
SC_VIEWPORT, ///< Screenshot of viewport
|
||||
SC_RAW, ///< Raw screenshot from blitter buffer
|
||||
SC_ZOOMEDIN, ///< Zoomed in screenshot of the visible area
|
||||
SC_WORLD, ///< World screenshot
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user