mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +00:00
* Actually call Sys_PlatformExit
This commit is contained in:
parent
31ec563999
commit
01a274baf7
1 changed files with 2 additions and 0 deletions
|
@ -207,6 +207,8 @@ static void Sys_Exit( int exitCode )
|
|||
remove( Sys_PIDFileName( ) );
|
||||
}
|
||||
|
||||
Sys_PlatformExit( );
|
||||
|
||||
exit( exitCode );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue