[Scummvm-cvs-logs] CVS: scummvm/scumm costume.cpp,1.184,1.185

kirben kirben at users.sourceforge.net
Wed May 25 05:58:25 CEST 2005


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

Modified Files:
	costume.cpp 
Log Message:

No other shadowMode settings are used by Sam & Max scripts.



Index: costume.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/costume.cpp,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -d -r1.184 -r1.185
--- costume.cpp	21 May 2005 03:30:22 -0000	1.184
+++ costume.cpp	25 May 2005 12:56:23 -0000	1.185
@@ -469,8 +469,6 @@
 				masked = (y < 0 || y >= _out.h) || (v1.mask_ptr && (mask[0] & maskbit));
 				
 				if (color && !masked) {
-					// FIXME: Fully implement _shadow_mode.in Sam & Max
-					// For now, it's enough for transparency.
 					if (_shadow_mode & 0x20) {
 						pcolor = _shadow_table[*dst];
 					} else {





More information about the Scummvm-git-logs mailing list