[Scummvm-cvs-logs] CVS: scummvm/saga actor.cpp,1.48,1.49

Eugene Sandulenko sev at users.sourceforge.net
Fri Dec 24 05:15:01 CET 2004


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

Modified Files:
	actor.cpp 
Log Message:
Add FIXME to newly added actor animation code


Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/actor.cpp,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- actor.cpp	24 Dec 2004 12:47:16 -0000	1.48
+++ actor.cpp	24 Dec 2004 13:14:23 -0000	1.49
@@ -549,6 +549,8 @@
 		}
 	}
 */	
+
+	// FIXME: HACK. This should be turned into cycle event.
 	_lastTickMsec += msec;
 
 	if (_lastTickMsec > ticksToMSec(6)) { // fixme





More information about the Scummvm-git-logs mailing list