* OpenAL bug fix (from Josh Weisskopf)

This commit is contained in:
Tim Angus 2006-06-17 21:01:57 +00:00
parent ce0100138c
commit d42b87ae87
1 changed files with 1 additions and 0 deletions

View File

@ -1538,6 +1538,7 @@ void S_AL_StopAllSounds( void )
{
S_AL_SrcShutup();
S_AL_StopBackgroundTrack();
S_AL_StreamDie();
}
/*