aboutsummaryrefslogtreecommitdiff
path: root/saga
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-03-09 07:28:49 +0000
committerTorbjörn Andersson2005-03-09 07:28:49 +0000
commit7f511a2a453bfc39b57b2e46feb8677573c4ce66 (patch)
treebee77cad9d9e67a8571c1ad1071981ab67096091 /saga
parentb26dfb63b45783bf68ade3e3bd5a2f3dafbea326 (diff)
downloadscummvm-rg350-7f511a2a453bfc39b57b2e46feb8677573c4ce66.tar.gz
scummvm-rg350-7f511a2a453bfc39b57b2e46feb8677573c4ce66.tar.bz2
scummvm-rg350-7f511a2a453bfc39b57b2e46feb8677573c4ce66.zip
Updated comment. (ScummVM no longer crashes if I try to run what I think is
the correct scripts.) svn-id: r17047
Diffstat (limited to 'saga')
-rw-r--r--saga/ihnm_introproc.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/saga/ihnm_introproc.cpp b/saga/ihnm_introproc.cpp
index bfe33f9c5a..2d98788694 100644
--- a/saga/ihnm_introproc.cpp
+++ b/saga/ihnm_introproc.cpp
@@ -100,9 +100,11 @@ int Scene::IHNMStartProc() {
}
// FIXME: I suspect the "hate" speech is actually scripted and that we
- // start at the wrong scene, but the one I think is correct currently
- // causes ScummVM to crash. Also, the end titles music to plays over
- // the scene, which is wrong. (But hey, it's a nice piece of music!)
+ // start at the wrong scene, but the one I think is correct (151
+ // instead of 152) currently doesn't work. Probably partly because
+ // actors - in particularly actor speech - isn't implemented for
+ // IHNM yet. Also, the end titles music to plays over the scene, which
+ // is wrong. (But hey, it's a nice piece of music!)
first_scene.load_flag = BY_SCENE;
first_scene.scene_n = _vm->getStartSceneNumber();