diff options
| author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2007-11-11 22:15:25 +0000 | 
|---|---|---|
| committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2007-11-11 22:15:25 +0000 | 
| commit | ed87b88037dfefb48ee9dc801aea5b143657f2dd (patch) | |
| tree | 8e5749a311f482f59fb169f8f76cd58f31d3ec0c /code | |
| parent | fe849134840a66c65b1dfbb50bc7cf894f31fa58 (diff) | |
| download | ioquake3-aero-ed87b88037dfefb48ee9dc801aea5b143657f2dd.tar.gz ioquake3-aero-ed87b88037dfefb48ee9dc801aea5b143657f2dd.zip | |
* Remove work around for a 2 year old OpenAL bug that now actually causes a
  crash on snd_restart
git-svn-id: svn://svn.icculus.org/quake3/trunk@1209 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code')
| -rw-r--r-- | code/client/snd_openal.c | 7 | 
1 files changed, 0 insertions, 7 deletions
| diff --git a/code/client/snd_openal.c b/code/client/snd_openal.c index 10b4c35..e358516 100644 --- a/code/client/snd_openal.c +++ b/code/client/snd_openal.c @@ -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); | 
