From 8ee760abc82498ddf85612a543ccbc94e7bfb830 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Tue, 18 May 2010 14:15:19 +0000 Subject: [PATCH] sys_sdl.c (Sys_Error): Call Host_Shutdown(). git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@166 af15c1b1-3010-417e-b628-4374ebc0bcbd --- Quake/sys_sdl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Quake/sys_sdl.c b/Quake/sys_sdl.c index a95ea102..9e6d56ab 100644 --- a/Quake/sys_sdl.c +++ b/Quake/sys_sdl.c @@ -166,6 +166,8 @@ void Sys_Error (const char *error, ...) in_sys_error3 = 1; } + Host_Shutdown (); + //TODO: use OS messagebox here if possible // (windows, os x and linux shouldn't be a problem) //implement this in pl_*, which contains all the