mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
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
This commit is contained in:
parent
61ff367eee
commit
8ee760abc8
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue