mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
* Remove work around for a 2 year old OpenAL bug that now actually causes a
crash on snd_restart
This commit is contained in:
parent
e8d3c48535
commit
25ac1317b1
1 changed files with 0 additions and 7 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue