r810 - trunk/code/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Jun 17 17:01:57 EDT 2006


Author: tma
Date: 2006-06-17 17:01:57 -0400 (Sat, 17 Jun 2006)
New Revision: 810

Modified:
   trunk/code/client/snd_openal.c
Log:
* OpenAL bug fix (from Josh Weisskopf)


Modified: trunk/code/client/snd_openal.c
===================================================================
--- trunk/code/client/snd_openal.c	2006-06-17 20:30:38 UTC (rev 809)
+++ trunk/code/client/snd_openal.c	2006-06-17 21:01:57 UTC (rev 810)
@@ -1538,6 +1538,7 @@
 {
 	S_AL_SrcShutup();
 	S_AL_StopBackgroundTrack();
+	S_AL_StreamDie();
 }
 
 /*




More information about the quake3-commits mailing list