mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 02:10:28 +00:00
Fixed regression: panel mode should be set to video at the beginning of IHNM
svn-id: r27172
This commit is contained in:
parent
bb476586b7
commit
ed8bd9494a
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user