[Scummvm-cvs-logs] CVS: scummvm/scumm script_v72he.cpp,2.129,2.130

Travis Howell kirben at users.sourceforge.net
Sat Sep 25 17:05:42 CEST 2004


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

Modified Files:
	script_v72he.cpp 
Log Message:

Enable drawWizImage flag 0x2


Index: script_v72he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v72he.cpp,v
retrieving revision 2.129
retrieving revision 2.130
diff -u -d -r2.129 -r2.130
--- script_v72he.cpp	25 Sep 2004 14:17:39 -0000	2.129
+++ script_v72he.cpp	25 Sep 2004 23:59:43 -0000	2.130
@@ -1470,8 +1470,6 @@
 		} else if (flags & 0x100) {
 //  		drawWizImageHelper2(p, wizd, cw, ch, x1, y1, width, height, &rScreen, 0, 1);  			
 			warning("drawWizImage() unhandled flag 0x100");
-		} else if (flags & 2) {
-//  		drawWizImageHelper3(dst, wizd, cw, ch, x1, y1, width, height, rScreen, rmap + 4);
 		} else {
 			gdi.copyWizImage(dst, wizd, cw, ch, x1, y1, width, height, &rScreen);
 		}





More information about the Scummvm-git-logs mailing list