[Scummvm-cvs-logs] CVS: scummvm/scumm script_v5.cpp,1.299,1.300

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Thu Oct 13 08:41:40 CEST 2005


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

Modified Files:
	script_v5.cpp 
Log Message:
This message is much too annoying to be a printf(). I should know -- I
added it. ;-)


Index: script_v5.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v5.cpp,v
retrieving revision 1.299
retrieving revision 1.300
diff -u -d -r1.299 -r1.300
--- script_v5.cpp	12 Oct 2005 05:58:57 -0000	1.299
+++ script_v5.cpp	13 Oct 2005 15:40:56 -0000	1.300
@@ -2196,7 +2196,7 @@
 	// far as I can tell, this is a script bug.
 
 	if (_gameId == GID_MONKEY2 && sound == 110 && _sound->isSoundRunning(151)) {
-		printf("Delaying Woodtick music until Largo's theme has finished\n");
+		debug(1, "Delaying Woodtick music until Largo's theme has finished\n");
 		_scriptPointer = oldaddr;
 		o5_breakHere();
 		return;





More information about the Scummvm-git-logs mailing list