[Scummvm-cvs-logs] CVS: scummvm/scumm resource.cpp,1.82,1.83

Max Horn fingolfin at users.sourceforge.net
Tue May 20 08:07:20 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv15138/scumm

Modified Files:
	resource.cpp 
Log Message:
warning -> debug message

Index: resource.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/resource.cpp,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- resource.cpp	20 May 2003 11:56:36 -0000	1.82
+++ resource.cpp	20 May 2003 15:03:47 -0000	1.83
@@ -1038,7 +1038,7 @@
 		
 		if (music_type != 0x80) {
 			// It's an SFX; we don't know how to handle those yet
-			warning("Sound %d not played, format not yet supported", idx);
+			debug(4, "Sound %d not played, format not yet supported", idx);
 			nukeResource(type, idx);
 			res.roomoffs[type][idx] = 0xFFFFFFFF;
 			return 0;





More information about the Scummvm-git-logs mailing list