[Scummvm-cvs-logs] CVS: scummvm/saga ihnm_introproc.cpp,1.40,1.41

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Tue Mar 8 23:29:17 CET 2005


Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19501

Modified Files:
	ihnm_introproc.cpp 
Log Message:
Updated comment. (ScummVM no longer crashes if I try to run what I think is
the correct scripts.)


Index: ihnm_introproc.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/ihnm_introproc.cpp,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- ihnm_introproc.cpp	8 Mar 2005 10:59:31 -0000	1.40
+++ ihnm_introproc.cpp	9 Mar 2005 07:28:49 -0000	1.41
@@ -100,9 +100,11 @@
 	}
 
 	// 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();





More information about the Scummvm-git-logs mailing list