From 7f511a2a453bfc39b57b2e46feb8677573c4ce66 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Wed, 9 Mar 2005 07:28:49 +0000 Subject: Updated comment. (ScummVM no longer crashes if I try to run what I think is the correct scripts.) svn-id: r17047 --- saga/ihnm_introproc.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'saga') 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(); -- cgit v1.2.3