summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-11-17 23:12:42 +0000
committersmatz <smatz@openttd.org>2009-11-17 23:12:42 +0000
commit5924863a49e940e4dd5c2b74c60de9edd67a4187 (patch)
treed1c8a205b7d08236d31b32f660ca3dc4259b9afe /src/openttd.cpp
parent4eaa558ca119936483c55daf232ece37496eddb4 (diff)
downloadopenttd-5924863a49e940e4dd5c2b74c60de9edd67a4187.tar.xz
(svn r18156) -Add: crash screenshot, created from blitter buffer
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 9d2c23afb..4840aca3e 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -123,7 +123,6 @@ void CDECL error(const char *s, ...)
va_end(va);
ShowOSErrorBox(buf, true);
- if (_video_driver != NULL) _video_driver->Stop();
/* Set the error message for the crash log and then invoke it. */
CrashLog::SetErrorMessage(buf);