not needed anymore

This commit is contained in:
Pawel Kolodziejski 2005-01-02 14:05:31 +00:00
parent 4f34127691
commit efad1f7ca1

View File

@ -104,6 +104,5 @@ void error(const char *fmt, ...) {
va_end(va);
std::fprintf(stderr, "\n");
SDL_Quit();
exit(1);
}