Browse Source

added a halt to all channels if needed

pull/18/head
aperturesecurity 7 years ago
parent
commit
f88b32a834
  1. 1
      Stub/sound.cpp

1
Stub/sound.cpp

@ -155,6 +155,7 @@ void __cdecl music_stop()
{
DUMMY();
Mix_HaltMusic();
Mix_HaltChannel(-1);
}
BOOL __fastcall snd_playing(TSnd *pSnd)

Loading…
Cancel
Save