mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-19 16:18:45 +00:00
The actors in Nimdok's part of the IHNM demo are shown correctly now
svn-id: r28758
This commit is contained in:
parent
b39c4cbdba
commit
a8149227bf
@ -608,10 +608,10 @@ 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)
|
||||
_vm->_anim->clearCutaway();
|
||||
// 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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user