Stop the intro music after the intro in ITE/IHNM is finished

svn-id: r28911
This commit is contained in:
Filippos Karapetis 2007-09-15 16:54:22 +00:00
parent ac0bae3b30
commit 0bb109d59d

View File

@ -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()) {