[Scummvm-cvs-logs] CVS: scummvm/scumm usage_bits.cpp,1.4,1.5

Max Horn fingolfin at users.sourceforge.net
Sun Jan 19 12:32:01 CET 2003


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

Modified Files:
	usage_bits.cpp 
Log Message:
fixed testGfxAnyUsageBits

Index: usage_bits.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/usage_bits.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- usage_bits.cpp	18 Jan 2003 14:16:55 -0000	1.4
+++ usage_bits.cpp	19 Jan 2003 20:31:05 -0000	1.5
@@ -61,7 +61,7 @@
 bool Scumm::testGfxAnyUsageBits(int strip)
 {
 	// Exclude the DIRTY and RESTORED bits from the test
-	uint32 bitmask[3] = { 0x3FFFFFFF, 0xFFFFFFFF, 0xFFFFFFFF };
+	uint32 bitmask[3] = { 0xFFFFFFFF, 0xFFFFFFFF, 0x3FFFFFFF };
 	int i;
 
 	for (i = 0; i < 3; i++)





More information about the Scummvm-git-logs mailing list