mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 15:31:39 +00:00
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:
parent
2f54c5cef0
commit
d0d9176e86
1 changed files with 2 additions and 0 deletions
|
@ -166,6 +166,8 @@ void Sys_Error (const char *error, ...)
|
||||||
in_sys_error3 = 1;
|
in_sys_error3 = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Host_Shutdown ();
|
||||||
|
|
||||||
//TODO: use OS messagebox here if possible
|
//TODO: use OS messagebox here if possible
|
||||||
// (windows, os x and linux shouldn't be a problem)
|
// (windows, os x and linux shouldn't be a problem)
|
||||||
//implement this in pl_*, which contains all the
|
//implement this in pl_*, which contains all the
|
||||||
|
|
Loading…
Reference in a new issue