Fixed regression: panel mode should be set to video at the beginning of IHNM

svn-id: r27172
This commit is contained in:
Filippos Karapetis 2007-06-07 15:47:47 +00:00
parent bb476586b7
commit ed8bd9494a

View File

@ -98,6 +98,7 @@ int Scene::IHNMStartProc() {
// the intro. We just use that panel mode.
_vm->_anim->setCutAwayMode(kPanelVideo);
_vm->_interface->setMode(kPanelVideo);
n_introscenes = ARRAYSIZE(IHNM_IntroList);