mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Add HTTP support and update checking
This commit is contained in:
parent
2c72908f76
commit
01381ed084
104 changed files with 111355 additions and 25 deletions
|
@ -268,6 +268,8 @@ Single exit point (regular exit or in case of error)
|
|||
*/
|
||||
static __attribute__ ((noreturn)) void Sys_Exit( int exitCode )
|
||||
{
|
||||
Sys_ShutdownEx();
|
||||
|
||||
CON_Shutdown( );
|
||||
|
||||
#ifndef DEDICATED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue