mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-07 10:48:43 +00:00
Stop the intro music after the intro in ITE/IHNM is finished
svn-id: r28911
This commit is contained in:
parent
ac0bae3b30
commit
0bb109d59d
@ -282,6 +282,9 @@ void Scene::startScene() {
|
||||
break;
|
||||
}
|
||||
|
||||
// Stop the intro music
|
||||
_vm->_music->stop();
|
||||
|
||||
// Load the head in scene queue
|
||||
queueIterator = _sceneQueue.begin();
|
||||
if (queueIterator == _sceneQueue.end()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user