diff options
author | frosch <frosch@openttd.org> | 2012-12-09 16:52:43 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2012-12-09 16:52:43 +0000 |
commit | edd9c0553a7ff735000cc52c9b02fa33db767521 (patch) | |
tree | 76e8bfb70df3f1b2ff3789f2e2ebf022ba0f8290 /src/screenshot.h | |
parent | 1c71fbe0f0a909b0fa865fcb1a83532c6ab871fd (diff) | |
download | openttd-edd9c0553a7ff735000cc52c9b02fa33db767521.tar.xz |
(svn r24804) -Add: Separate subdirectory for screenshots.
Diffstat (limited to 'src/screenshot.h')
-rw-r--r-- | src/screenshot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screenshot.h b/src/screenshot.h index 844085423..a9b4c0f6e 100644 --- a/src/screenshot.h +++ b/src/screenshot.h @@ -22,7 +22,7 @@ const char *GetCurrentScreenshotExtension(); /** Type of requested screenshot */ enum ScreenshotType { SC_VIEWPORT, ///< Screenshot of viewport. - SC_RAW, ///< Raw screenshot from blitter buffer. + SC_CRASHLOG, ///< Raw screenshot from blitter buffer. SC_ZOOMEDIN, ///< Fully zoomed in screenshot of the visible area. SC_DEFAULTZOOM, ///< Zoomed to default zoom level screenshot of the visible area. SC_WORLD, ///< World screenshot. |