The actors in Nimdok's part of the IHNM demo are shown correctly now

svn-id: r28758
This commit is contained in:
Filippos Karapetis 2007-08-27 14:22:24 +00:00
parent b39c4cbdba
commit a8149227bf

View File

@ -608,9 +608,9 @@ void Script::sfScriptGotoScene(SCRIPTFUNC_PARAMS) {
showVerb(); // calls setStatusText("")
if (_vm->getGameType() == GType_IHNM) {
// Since it doesn't look like the IHNM scripts remove the
// cutaway after the intro, this is probably the best place to do it
if (_vm->_scene->currentChapterNumber() == 8)
// There are some cutaways which are not removed by game scripts, like the cutaway
// after the intro of IHNM or the cutaway at the end of Ellen's part in the IHNM demo.
// Clear any remaining cutaways here
_vm->_anim->clearCutaway();
_vm->_gfx->setCursor(kCursorNormal);
}