diff options
author | smatz <smatz@openttd.org> | 2009-11-17 23:12:42 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2009-11-17 23:12:42 +0000 |
commit | 5924863a49e940e4dd5c2b74c60de9edd67a4187 (patch) | |
tree | d1c8a205b7d08236d31b32f660ca3dc4259b9afe /src/screenshot.h | |
parent | 4eaa558ca119936483c55daf232ece37496eddb4 (diff) | |
download | openttd-5924863a49e940e4dd5c2b74c60de9edd67a4187.tar.xz |
(svn r18156) -Add: crash screenshot, created from blitter buffer
Diffstat (limited to 'src/screenshot.h')
-rw-r--r-- | src/screenshot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screenshot.h b/src/screenshot.h index 410ca59a0..81b97f9ad 100644 --- a/src/screenshot.h +++ b/src/screenshot.h @@ -21,6 +21,7 @@ void SetScreenshotFormat(int i); enum ScreenshotType { SC_NONE, ///< No screenshot requested SC_VIEWPORT, ///< Screenshot of viewport + SC_RAW, ///< Raw screenshot from blitter buffer SC_WORLD, ///< World screenshot }; |