r1209 - trunk/code/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Nov 11 17:15:25 EST 2007


Author: tma
Date: 2007-11-11 17:15:25 -0500 (Sun, 11 Nov 2007)
New Revision: 1209

Modified:
   trunk/code/client/snd_openal.c
Log:
* Remove work around for a 2 year old OpenAL bug that now actually causes a
  crash on snd_restart


Modified: trunk/code/client/snd_openal.c
===================================================================
--- trunk/code/client/snd_openal.c	2007-11-07 20:16:37 UTC (rev 1208)
+++ trunk/code/client/snd_openal.c	2007-11-11 22:15:25 UTC (rev 1209)
@@ -1842,13 +1842,6 @@
 	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);
 




More information about the quake3-commits mailing list