diff options
Diffstat (limited to 'engines/saga/ihnm_introproc.cpp')
-rw-r--r-- | engines/saga/ihnm_introproc.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/engines/saga/ihnm_introproc.cpp b/engines/saga/ihnm_introproc.cpp index 69ffa2620e..4a24004a7e 100644 --- a/engines/saga/ihnm_introproc.cpp +++ b/engines/saga/ihnm_introproc.cpp @@ -97,7 +97,7 @@ int Scene::IHNMStartProc() { // The original used the "play video" mechanism for the first part of // the intro. We just use that panel mode. - _vm->_interface->setMode(kPanelVideo); + _vm->_anim->setCutAwayMode(kPanelVideo); n_introscenes = ARRAYSIZE(IHNM_IntroList); @@ -312,9 +312,7 @@ int Scene::IHNMIntroMovieProc3(int param) { q_event = _vm->_events->chain(q_event, &event); // Queue end of scene after a while - // TODO: I've increased the delay so the speech won't start - // until the music has ended. Could someone verify if that's - // the correct behaviour? + // The delay has been increased so the speech won't start until the music has ended event.type = kEvTOneshot; event.code = kSceneEvent; event.op = kEventEnd; |