[Scummvm-cvs-logs] CVS: scummvm/scumm actor.cpp,1.144,1.145

Max Horn fingolfin at users.sourceforge.net
Thu Jul 24 16:34:35 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv27304/scumm

Modified Files:
	actor.cpp 
Log Message:
oops, wanted to move talkFrequency initialisation, but only re-moved it, and didn't add it in its new place. bad me!

Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/actor.cpp,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -d -r1.144 -r1.145
--- actor.cpp	24 Jul 2003 17:44:00 -0000	1.144
+++ actor.cpp	24 Jul 2003 23:33:43 -0000	1.145
@@ -76,6 +76,8 @@
 	forceClip = 0;
 	ignoreTurns = false;
 	
+	talkFrequency = 256;
+	
 	if (_vm->_version <= 2) {
 		initFrame = 2;
 		walkFrame = 0;





More information about the Scummvm-git-logs mailing list