mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +00:00
* OpenAL bug fix (from Josh Weisskopf)
This commit is contained in:
parent
ce0100138c
commit
d42b87ae87
1 changed files with 1 additions and 0 deletions
|
@ -1538,6 +1538,7 @@ void S_AL_StopAllSounds( void )
|
|||
{
|
||||
S_AL_SrcShutup();
|
||||
S_AL_StopBackgroundTrack();
|
||||
S_AL_StreamDie();
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue