[Scummvm-cvs-logs] CVS: scummvm/scumm akos.cpp,1.236.2.14,1.236.2.15

kirben kirben at users.sourceforge.net
Sat Feb 4 23:55:02 CET 2006


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

Modified Files:
      Tag: branch-0-8-0
	akos.cpp 
Log Message:

Ooops, revert completely.


Index: akos.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/akos.cpp,v
retrieving revision 1.236.2.14
retrieving revision 1.236.2.15
diff -u -d -r1.236.2.14 -r1.236.2.15
--- akos.cpp	5 Feb 2006 07:45:47 -0000	1.236.2.14
+++ akos.cpp	5 Feb 2006 07:54:18 -0000	1.236.2.15
@@ -490,10 +490,6 @@
 					} else {
 						decflag = (a->_heCondMask & cond) ? 1 : 0;
 					}
-
-					if (_vm->_heversion >= 90) {
-						_shadow_mode = ((shadowMask & 0x8000) && xmap) ? 3 : 0;
-					}
 				}
 			}
 
@@ -502,6 +498,10 @@
 			if (decflag == 0)
 				continue;
 
+			if (_vm->_heversion >= 90) {
+				_shadow_mode = ((shadowMask & 0x8000) && xmap) ? 3 : 0;
+			}
+
 			switch (codec) {
 			case 1:
 				result |= codec1(xmoveCur, ymoveCur);





More information about the Scummvm-git-logs mailing list