[Scummvm-cvs-logs] CVS: scummvm resource.cpp,1.99,1.100

Max Horn fingolfin at users.sourceforge.net
Sat Jul 27 06:18:06 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv19336

Modified Files:
	resource.cpp 
Log Message:
removed Mac1 debug output

Index: resource.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/resource.cpp,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- resource.cpp	16 Jul 2002 21:03:13 -0000	1.99
+++ resource.cpp	27 Jul 2002 13:17:48 -0000	1.100
@@ -709,9 +709,6 @@
 		fileRead(_fileHandle, createResource(type, idx, total_size), total_size - 8);
 		return 1;
 	} else if (basetag == MKID('Mac1')) {
-		debug(1, "Found base tag Mac1 in sound %d, size %d", idx, total_size);
-		debug(1, "It was at position %d", filePos(_fileHandle));
-
 		fileSeek(_fileHandle, -12, SEEK_CUR);
 		total_size = fileReadDwordBE();
 		fileRead(_fileHandle, createResource(type, idx, total_size), total_size - 8);





More information about the Scummvm-git-logs mailing list