* Restrict OpenAL capture support test hack to OS X, where it is required; this

fixes a crash on exit with Windows when using OpenAL
This commit is contained in:
Tim Angus 2008-08-03 19:31:42 +00:00
parent 71f8a85e42
commit d13269c5bb
2 changed files with 18 additions and 7 deletions

View file

@ -3181,7 +3181,7 @@ void CL_Shutdown( void ) {
Com_Printf( "----- CL_Shutdown -----\n" );
if ( recursive ) {
printf ("recursive shutdown\n");
Com_Printf( "WARNING: Recursive shutdown\n" );
return;
}
recursive = qtrue;