diff options
author | David Corrales | 2007-06-23 18:51:33 +0000 |
---|---|---|
committer | David Corrales | 2007-06-23 18:51:33 +0000 |
commit | cacd7a28fd51d960947de88abbf30c487e66529d (patch) | |
tree | f3baa59853bfb307e452b86b9d93c4737b1fa6ab /engines/saga/ihnm_introproc.cpp | |
parent | 0ac96302fe9c04df79cb01a77d19535b45fe2db0 (diff) | |
parent | 90c2210dae8c91fa8babc6b05564e15c9d445d18 (diff) | |
download | scummvm-rg350-cacd7a28fd51d960947de88abbf30c487e66529d.tar.gz scummvm-rg350-cacd7a28fd51d960947de88abbf30c487e66529d.tar.bz2 scummvm-rg350-cacd7a28fd51d960947de88abbf30c487e66529d.zip |
Merged the FSNode branch with trunk r27031:27680
svn-id: r27681
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; |