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

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@166 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2010-05-18 14:15:19 +00:00
parent 0c4c7bf1a9
commit 2bb4a6625e

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