diff options
Diffstat (limited to 'engines/saga/ihnm_introproc.cpp')
-rw-r--r-- | engines/saga/ihnm_introproc.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/saga/ihnm_introproc.cpp b/engines/saga/ihnm_introproc.cpp index 69ffa2620e..e122082322 100644 --- a/engines/saga/ihnm_introproc.cpp +++ b/engines/saga/ihnm_introproc.cpp @@ -97,6 +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->_anim->setCutAwayMode(kPanelVideo); _vm->_interface->setMode(kPanelVideo); n_introscenes = ARRAYSIZE(IHNM_IntroList); @@ -312,9 +313,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; |