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(); } /*