mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-12-13 21:51:09 +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_SrcShutup();
|
||||||
S_AL_StopBackgroundTrack();
|
S_AL_StopBackgroundTrack();
|
||||||
|
S_AL_StreamDie();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue