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.cpp | |
parent | 4eaa558ca119936483c55daf232ece37496eddb4 (diff) | |
download | openttd-5924863a49e940e4dd5c2b74c60de9edd67a4187.tar.xz |
(svn r18156) -Add: crash screenshot, created from blitter buffer
Diffstat (limited to 'src/screenshot.cpp')
-rw-r--r-- | src/screenshot.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screenshot.cpp b/src/screenshot.cpp index 995fb1acf..05f2881a5 100644 --- a/src/screenshot.cpp +++ b/src/screenshot.cpp @@ -644,6 +644,8 @@ bool MakeScreenshot() case SC_VIEWPORT: UndrawMouseCursor(); DrawDirtyBlocks(); + /* FALL THROUGH */ + case SC_RAW: _screenshot_type = SC_NONE; return MakeSmallScreenshot(); case SC_WORLD: |