From d42b87ae8707b205d7d8712b0c95fe27c23962da Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 17 Jun 2006 21:01:57 +0000 Subject: [PATCH] * OpenAL bug fix (from Josh Weisskopf) --- code/client/snd_openal.c | 1 + 1 file changed, 1 insertion(+) diff --git a/code/client/snd_openal.c b/code/client/snd_openal.c index e9af0a0a..d9e8393e 100644 --- a/code/client/snd_openal.c +++ b/code/client/snd_openal.c @@ -1538,6 +1538,7 @@ void S_AL_StopAllSounds( void ) { S_AL_SrcShutup(); S_AL_StopBackgroundTrack(); + S_AL_StreamDie(); } /*