mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
SAGA: Fix bug #2827504.
Bug #2827504: "ITE: Music restarts on every background change in credits". We errorneously were stopping music on each scene, though it appeared only with Adlib music. svn-id: r49728
This commit is contained in:
parent
51c22b39c8
commit
fa2b0a0dd2
@ -306,7 +306,6 @@ int Events::handleOneShot(Event *event) {
|
||||
_vm->_sndRes->playVoice(event->param);
|
||||
break;
|
||||
case kMusicEvent:
|
||||
_vm->_music->stop();
|
||||
if (event->op == kEventPlay)
|
||||
_vm->_music->play(event->param, (MusicFlags)event->param2);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user