[Scummvm-cvs-logs] CVS: scummvm/scumm akos.cpp,1.249,1.250

kirben kirben at users.sourceforge.net
Thu Feb 2 21:48:01 CET 2006


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8332/scumm

Modified Files:
	akos.cpp 
Log Message:

Reverse to match values.


Index: akos.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/akos.cpp,v
retrieving revision 1.249
retrieving revision 1.250
diff -u -d -r1.249 -r1.250
--- akos.cpp	18 Jan 2006 17:39:39 -0000	1.249
+++ akos.cpp	3 Feb 2006 05:47:40 -0000	1.250
@@ -475,7 +475,7 @@
 				if (cond == 0) {
 					decflag = 1;
 				} else {
-					uint32 type = cond & 0xC0000000;
+					uint32 type = cond & ~0x3FFFFFFF;
 					cond &= 0x3FFFFFFF;
 					if (_vm->_heversion >= 90) {
 						shadowMask = cond & 0xE000;





More information about the Scummvm-git-logs mailing list