[Scummvm-cvs-logs] CVS: scummvm/scumm actor.cpp,1.51,1.52

Max Horn fingolfin at users.sourceforge.net
Sun Jan 5 18:19:04 CET 2003


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

Modified Files:
	actor.cpp 
Log Message:
oops

Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/actor.cpp,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- actor.cpp	6 Jan 2003 02:10:45 -0000	1.51
+++ actor.cpp	6 Jan 2003 02:18:27 -0000	1.52
@@ -1029,7 +1029,7 @@
 		ar.draw_top = top = 0x7fffffff;
 		ar.draw_bottom = bottom = 0;
 
-		if (ar.drawCostume()) {
+		if (ar.drawCostume(cost)) {
 			// FIXME: this breaks talking in The Dig. But why?
 			// Note that I originally added this to correct some redraw issues.
 			//needBgReset = true;





More information about the Scummvm-git-logs mailing list