[Scummvm-cvs-logs] CVS: scummvm/scumm script_v72he.cpp,2.272,2.273 wiz_he.cpp,2.64,2.65

kirben kirben at users.sourceforge.net
Sat Apr 23 21:51:49 CEST 2005


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

Modified Files:
	script_v72he.cpp wiz_he.cpp 
Log Message:

Remove out dated comment.


Index: script_v72he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v72he.cpp,v
retrieving revision 2.272
retrieving revision 2.273
diff -u -d -r2.272 -r2.273
--- script_v72he.cpp	23 Apr 2005 01:50:42 -0000	2.272
+++ script_v72he.cpp	24 Apr 2005 04:51:36 -0000	2.273
@@ -2108,7 +2108,6 @@
 	const char *entry;
 	int len, type;
 
-	// we pretend that we don't have .ini file
 	copyScriptString(option, sizeof(option));
 	type = fetchScriptByte();
 

Index: wiz_he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/wiz_he.cpp,v
retrieving revision 2.64
retrieving revision 2.65
diff -u -d -r2.64 -r2.65
--- wiz_he.cpp	22 Apr 2005 03:30:58 -0000	2.64
+++ wiz_he.cpp	24 Apr 2005 04:51:36 -0000	2.65
@@ -948,7 +948,6 @@
 				uint8 *rgbs = findWrappedBlock(MKID('RGBS'), dataPtr, state, 0);
 				assert(rgbs);
 				remapPalette(rgbs, rmap + 4);
-				debug(0, "drawWizImage() flag 0x2");
 			}
 		}
 		if (flags & kWIFPrint) {





More information about the Scummvm-git-logs mailing list