[Scummvm-cvs-logs] SF.net SVN: scummvm:[55358] scummvm/trunk/engines/gob/inter_v6.cpp

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Thu Jan 20 18:08:15 CET 2011


Revision: 55358
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55358&view=rev
Author:   drmccoy
Date:     2011-01-20 17:08:14 +0000 (Thu, 20 Jan 2011)

Log Message:
-----------
GOB: Decrease the number of debug warnings

Modified Paths:
--------------
    scummvm/trunk/engines/gob/inter_v6.cpp

Modified: scummvm/trunk/engines/gob/inter_v6.cpp
===================================================================
--- scummvm/trunk/engines/gob/inter_v6.cpp	2011-01-20 17:07:46 UTC (rev 55357)
+++ scummvm/trunk/engines/gob/inter_v6.cpp	2011-01-20 17:08:14 UTC (rev 55358)
@@ -144,15 +144,15 @@
 
 		probe16bitMusic(fileName);
 
-		if (props.lastFrame == -9) {
-			warning("Urban/Playtoons Stub: delayed stop not implemented");
-		}
+		if (props.lastFrame == -9)
+			debugC(0, kDebugVideo, "Urban/Playtoons Stub: Delayed music stop?");
+
 		_vm->_sound->bgStop();
 		_vm->_sound->bgPlay(fileName, SOUND_WAV);
 		return;
 	} else if (props.lastFrame <= -10) {
 		_vm->_vidPlayer->closeVideo();
-		warning("Urban/Playtoons Stub: Video/Music command %d (close video?), %s", props.lastFrame, fileName);
+
 		if (props.lastFrame <= -100)
 			props.lastFrame += 100;
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list