mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 19:21:46 +00:00
Don't call _mixer->stopAll() when changing scenes, as this stops the enhanced audio tracks as well. Sounds are stopped by stopAllSamples()
svn-id: r35839
This commit is contained in:
parent
3f8ca778d0
commit
e1f8088328
@ -343,7 +343,7 @@ void EndScene(void) {
|
||||
}
|
||||
|
||||
_vm->_sound->stopAllSamples(); // Kill off any still-running sample
|
||||
_vm->_mixer->stopAll();
|
||||
//_vm->_mixer->stopAll();
|
||||
|
||||
// init the palette manager
|
||||
ResetPalAllocator();
|
||||
|
Loading…
x
Reference in New Issue
Block a user