sys_sdl.c (Sys_Error): Call Host_Shutdown().

git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@166 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2010-05-18 14:15:19 +00:00
parent 2f54c5cef0
commit d0d9176e86
1 changed files with 2 additions and 0 deletions

View File

@ -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