Skip to content

Commit

Permalink
* Remove work around for a 2 year old OpenAL bug that now actually ca…
Browse files Browse the repository at this point in the history
…uses a

  crash on snd_restart
  • Loading branch information
timangus committed Nov 11, 2007
1 parent e8d3c48 commit 25ac131
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions code/client/snd_openal.c
Expand Up @@ -1842,13 +1842,6 @@ void S_AL_Shutdown( void )
S_AL_SrcShutdown( );
S_AL_BufferShutdown( );

// Check for Linux shutdown race condition
// FIXME: this will probably not be necessary once OpenAL CVS
// from 11/11/05 is released and prevelant
if( Q_stricmp((const char*)qalGetString( AL_VENDOR ), "J. Valenzuela" ) ) {
qalcMakeContextCurrent( NULL );
}

qalcDestroyContext(alContext);
qalcCloseDevice(alDevice);

Expand Down

0 comments on commit 25ac131

Please sign in to comment.