[Scummvm-cvs-logs] CVS: scummvm/saga ihnm_introproc.cpp,1.46,1.47 resnames.h,1.32,1.33

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Sat Jul 30 07:39:02 CEST 2005


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

Modified Files:
	ihnm_introproc.cpp resnames.h 
Log Message:
Tentatively changed the IHNM start scene from 152 to 151. I suspect scene
151 is supposed to play the "hate" speech, so eventually that wouldn't have
to be hard-coded in the intro, but at the moment all it does it to switch
to scene 152. I'd have to study the scripts closer to figure out what's
missing.

So, to summarize, there are no user-visible changes to the intro but we may
have a better test case for IHNM scripting. Maybe.


Index: ihnm_introproc.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/ihnm_introproc.cpp,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- ihnm_introproc.cpp	25 Jul 2005 17:35:29 -0000	1.46
+++ ihnm_introproc.cpp	30 Jul 2005 14:37:05 -0000	1.47
@@ -98,13 +98,6 @@
 		_vm->_scene->queueScene(&IHNM_IntroList[i]);
 	}
 
-	// FIXME: I suspect the "hate" speech is actually scripted and that we
-	// 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!)
-
 	firstScene.loadFlag = kLoadBySceneNumber;
 	firstScene.sceneDescriptor = _vm->getStartSceneNumber();
 	firstScene.sceneDescription = NULL;

Index: resnames.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/resnames.h,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- resnames.h	3 Jul 2005 20:02:56 -0000	1.32
+++ resnames.h	30 Jul 2005 14:37:06 -0000	1.33
@@ -52,9 +52,8 @@
 #define ITE_SCENE_LODGE 21
 #define ITE_SCENE_ENDCREDIT1 295
 
-
 #define ITE_DEFAULT_SCENE 32
-#define IHNM_DEFAULT_SCENE 152
+#define IHNM_DEFAULT_SCENE 151
 
 // FONTS
 #define RID_MEDIUM_FONT 0





More information about the Scummvm-git-logs mailing list