[Scummvm-cvs-logs] CVS: residual actor.cpp,1.40,1.41

Pawel Kolodziejski aquadran at users.sourceforge.net
Wed Jan 5 10:55:21 CET 2005


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

Modified Files:
	actor.cpp 
Log Message:
back lipsync comments

Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/actor.cpp,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- actor.cpp	5 Jan 2005 18:28:49 -0000	1.40
+++ actor.cpp	5 Jan 2005 18:54:29 -0000	1.41
@@ -229,6 +229,11 @@
 		shutUp();
 
 	_lipSynch = g_resourceloader->loadLipSynch(soundLip.c_str());
+	// Sometimes actors speak offscreen before they, including their
+	// talk chores are initialized.
+	// For example, when reading the work order (a LIP file exists for no reason).
+	// Also, some lip synch files have no entries
+	// In these case, revert to using the mumble chore.
 	_talkSoundName = soundName;
 	g_imuse->startVoice(_talkSoundName.c_str());
 	if (g_engine->currScene()) {





More information about the Scummvm-git-logs mailing list