[Scummvm-cvs-logs] CVS: scummvm/scumm script_v72he.cpp,2.200,2.201 script_v90he.cpp,2.121,2.122

kirben kirben at users.sourceforge.net
Sun Jan 30 16:29:36 CET 2005


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

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

Add comment


Index: script_v72he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v72he.cpp,v
retrieving revision 2.200
retrieving revision 2.201
diff -u -d -r2.200 -r2.201
--- script_v72he.cpp	31 Jan 2005 00:16:11 -0000	2.200
+++ script_v72he.cpp	31 Jan 2005 00:27:30 -0000	2.201
@@ -1536,16 +1536,13 @@
 
 	// HACK Correct incorrect filenames
 	if (!strcmp((char *)filename,".he3")) {
+		// For freddicove (Unencrypted)
 		memset(filename, 0, sizeof(filename));
 		sprintf((char *)filename, "%s.he3", _gameName.c_str());
 		debug(0,"New filename %s", filename);
 
-	} else if (!strcmp((char *)filename,".he7")) {
-		memset(filename, 0, sizeof(filename));
-		sprintf((char *)filename, "%s.he7", _gameName.c_str());
-		debug(0,"New filename %s", filename);
-
 	} else if (!strcmp((char *)filename,".HE9")) {
+		// For bb2demo
 		memset(filename, 0, sizeof(filename));
 		sprintf((char *)filename, "%s.he9", _gameName.c_str());
 		debug(0,"New filename %s", filename);

Index: script_v90he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v90he.cpp,v
retrieving revision 2.121
retrieving revision 2.122
diff -u -d -r2.121 -r2.122
--- script_v90he.cpp	30 Jan 2005 11:03:48 -0000	2.121
+++ script_v90he.cpp	31 Jan 2005 00:27:31 -0000	2.122
@@ -1439,7 +1439,7 @@
 	default:
 		error("o90_paletteOps: Unknown case %d", subOp);
 	}
-	debug(0,"o90_paletteOps stub (%d)", subOp);
+	debug(1,"o90_paletteOps stub (%d)", subOp);
 }
 
 





More information about the Scummvm-git-logs mailing list