From efad1f7ca163748591af248b2ea42dbdfcea8025 Mon Sep 17 00:00:00 2001 From: Pawel Kolodziejski Date: Sun, 2 Jan 2005 14:05:31 +0000 Subject: [PATCH] not needed anymore --- debug.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/debug.cpp b/debug.cpp index c5a4f4329f8..a40fa2ea0c9 100644 --- a/debug.cpp +++ b/debug.cpp @@ -104,6 +104,5 @@ void error(const char *fmt, ...) { va_end(va); std::fprintf(stderr, "\n"); - SDL_Quit(); exit(1); }