Merge branch 'master' into sdl2

This commit is contained in:
Zack Middleton 2014-03-24 17:53:08 -05:00
commit c55df2c9aa
73 changed files with 60614 additions and 31 deletions

View file

@ -218,6 +218,8 @@ static __attribute__ ((noreturn)) void Sys_Exit( int exitCode )
remove( pidFile );
}
NET_Shutdown( );
Sys_PlatformExit( );
exit( exitCode );