mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +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:
@@ -263,6 +263,7 @@ void MoviePlayer::handleNextFrame() {
|
||||
|
||||
if (_leftButtonDown && _rightButtonDown && !_vm->getBitFlag(41)) {
|
||||
_frameNum = _framesCount;
|
||||
_mixer->stopHandle(_bgSound);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user