diff options
Diffstat (limited to 'saga/ihnm_introproc.cpp')
-rw-r--r-- | saga/ihnm_introproc.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/saga/ihnm_introproc.cpp b/saga/ihnm_introproc.cpp index 7d9a21e0ee..091acda0a3 100644 --- a/saga/ihnm_introproc.cpp +++ b/saga/ihnm_introproc.cpp @@ -28,6 +28,7 @@ #include "saga/animation.h" #include "saga/events.h" +#include "saga/interface.h" #include "saga/sndres.h" #include "saga/music.h" @@ -91,6 +92,11 @@ int Scene::IHNMStartProc() { LoadSceneParams firstScene; + // The original used the "play video" mechanism for the first part of + // the intro. We just use that panel mode. + + _vm->_interface->setMode(kPanelVideo); + n_introscenes = ARRAYSIZE(IHNM_IntroList); for (i = 0; i < n_introscenes; i++) { |