[Scummvm-cvs-logs] CVS: scummvm/queen music.cpp,1.30,1.31

Joost Peters joostp at users.sourceforge.net
Thu Jan 6 03:47:31 CET 2005


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

Modified Files:
	music.cpp 
Log Message:
Change warning to debug


Index: music.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/music.cpp,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- music.cpp	1 Jan 2005 16:09:09 -0000	1.30
+++ music.cpp	6 Jan 2005 11:46:32 -0000	1.31
@@ -82,7 +82,7 @@
 	if (songNum >= _numSongs && songNum < 1000) {
 		// this happens at the end of the car chase, where we try to play song 176,
 		// see Sound::_tune[], entry 39
-		warning("Trying to queue an invalid song number %d, max %d", songNum, _numSongs);
+		debug(3, "Trying to queue an invalid song number %d, max %d", songNum, _numSongs);
 		return false;
 	}
 	uint8 emptySlots = 0;





More information about the Scummvm-git-logs mailing list