[Scummvm-cvs-logs] CVS: scummvm/scumm actor.cpp,1.191,1.192

Travis Howell kirben at users.sourceforge.net
Mon Dec 15 08:05:16 CET 2003


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

Modified Files:
	actor.cpp 
Log Message:

Add comment


Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/actor.cpp,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -d -r1.191 -r1.192
--- actor.cpp	15 Dec 2003 14:59:24 -0000	1.191
+++ actor.cpp	15 Dec 2003 16:04:31 -0000	1.192
@@ -471,6 +471,8 @@
 			animProgress = 0;
 			cost.animCounter = 0;
 			needRedraw = true;
+			// V1 - V2 games don't seem to need a cost.reset() at this point.
+			// Causes Zak to lose his body in several scenes, see bug #770049
 			if (_vm->_version >= 3 && f == initFrame)
 				cost.reset();
 			_vm->cost_decodeData(this, f, (uint) - 1);





More information about the Scummvm-git-logs mailing list