[Scummvm-cvs-logs] CVS: scummvm/scumm actor.cpp,1.161,1.162

Max Horn fingolfin at users.sourceforge.net
Mon Sep 8 18:07:30 CEST 2003


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

Modified Files:
	actor.cpp 
Log Message:
actually USAGE_BIT_RESTORED must be cleared, too

Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/actor.cpp,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- actor.cpp	8 Sep 2003 20:46:25 -0000	1.161
+++ actor.cpp	8 Sep 2003 20:50:35 -0000	1.162
@@ -1575,6 +1575,7 @@
 	for (i = 0; i < gdi._numStrips; i++) {
 		int strip = _screenStartStrip + i;
 		clearGfxUsageBit(strip, USAGE_BIT_DIRTY);
+		clearGfxUsageBit(strip, USAGE_BIT_RESTORED);
 		for (j = 1; j < _numActors; j++) {
 			if (testGfxUsageBit(strip, j) &&
 				((_actors[j].top != 0xFF || _actors[j].needRedraw) || _actors[j].needBgReset)) {





More information about the Scummvm-git-logs mailing list