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

Max Horn fingolfin at users.sourceforge.net
Sun Jan 5 18:11:03 CET 2003


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

Modified Files:
	actor.cpp 
Log Message:
fix talking in The Dig

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





More information about the Scummvm-git-logs mailing list