mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
When escaping a cutscene, stop its soundtrack as well. (I can't check if this
is a problem in 0.9.0 as well, but surely not...?) svn-id: r24047
This commit is contained in:
parent
8f44098332
commit
ff67752f54
@ -263,6 +263,7 @@ void MoviePlayer::handleNextFrame() {
|
||||
|
||||
if (_leftButtonDown && _rightButtonDown && !_vm->getBitFlag(41)) {
|
||||
_frameNum = _framesCount;
|
||||
_mixer->stopHandle(_bgSound);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user