mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- added StopFX function for Shadow Warrior.
Needed by an upstream change.
This commit is contained in:
parent
744bd67616
commit
a67c281290
1 changed files with 5 additions and 0 deletions
|
@ -950,5 +950,10 @@ void StopSound(void)
|
|||
Mus_Stop();
|
||||
}
|
||||
|
||||
void StopFX()
|
||||
{
|
||||
if (soundEngine) soundEngine->StopAllChannels();
|
||||
}
|
||||
|
||||
|
||||
END_SW_NS
|
||||
|
|
Loading…
Reference in a new issue