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:
Torbjörn Andersson 2006-10-01 07:17:34 +00:00
parent 8f44098332
commit ff67752f54

View File

@ -263,6 +263,7 @@ void MoviePlayer::handleNextFrame() {
if (_leftButtonDown && _rightButtonDown && !_vm->getBitFlag(41)) {
_frameNum = _framesCount;
_mixer->stopHandle(_bgSound);
}
}