mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-31 09:01:54 +00:00
* 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:
parent
71f8a85e42
commit
d13269c5bb
2 changed files with 18 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue