[Scummvm-cvs-logs] CVS: scummvm/scumm akos.cpp,1.238,1.239

kirben kirben at users.sourceforge.net
Thu Oct 20 22:15:38 CEST 2005


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

Modified Files:
	akos.cpp 
Log Message:

Add safety check for XMAP support, from original HE games.


Index: akos.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/akos.cpp,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -d -r1.238 -r1.239
--- akos.cpp	21 Oct 2005 02:26:24 -0000	1.238
+++ akos.cpp	21 Oct 2005 05:15:10 -0000	1.239
@@ -490,7 +490,7 @@
 			if (decflag == 0)
 				continue;
 
-			if (_vm->_heversion >= 95) {
+			if ((shadowMask & 0x8000) && _shadow_table) {
 				_shadow_mode = (shadowMask) ? 3: 0;
 			}
 





More information about the Scummvm-git-logs mailing list