aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/sfuncs.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2007-07-30 10:33:17 +0000
committerFilippos Karapetis2007-07-30 10:33:17 +0000
commit36496dd467648d6345b08b78a99447429fa0f26a (patch)
tree3b02b5f8961278d1f6106238f882b970cea7b16d /engines/saga/sfuncs.cpp
parent6505686c5a2ce99033cb577598206d5b6d4abb54 (diff)
downloadscummvm-rg350-36496dd467648d6345b08b78a99447429fa0f26a.tar.gz
scummvm-rg350-36496dd467648d6345b08b78a99447429fa0f26a.tar.bz2
scummvm-rg350-36496dd467648d6345b08b78a99447429fa0f26a.zip
The actors at the end of Benny's part in the IHNM demo are no longer incorrectly shown
svn-id: r28322
Diffstat (limited to 'engines/saga/sfuncs.cpp')
-rw-r--r--engines/saga/sfuncs.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/saga/sfuncs.cpp b/engines/saga/sfuncs.cpp
index fed3f36a6f..caf13e0c9e 100644
--- a/engines/saga/sfuncs.cpp
+++ b/engines/saga/sfuncs.cpp
@@ -577,7 +577,8 @@ void Script::sfScriptGotoScene(SCRIPTFUNC_PARAMS) {
(_vm->_scene->currentChapterNumber() == 2 && _vm->_scene->currentSceneNumber() == 31) ||
(_vm->_scene->currentChapterNumber() == 3 && _vm->_scene->currentSceneNumber() == 58) ||
(_vm->_scene->currentChapterNumber() == 4 && _vm->_scene->currentSceneNumber() == 68) ||
- (_vm->_scene->currentChapterNumber() == 5 && _vm->_scene->currentSceneNumber() == 91))
+ (_vm->_scene->currentChapterNumber() == 5 && _vm->_scene->currentSceneNumber() == 91) ||
+ (_vm->_scene->currentChapterNumber() == 7 && _vm->_scene->currentSceneNumber() == 145))
_vm->_actor->showActors(false); // Stop showing actors before the background is drawn
// Since it doesn't look like the IHNM scripts remove the