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