[Scummvm-cvs-logs] SF.net SVN: scummvm:[50218] scummvm/trunk/engines/sci/sound/soundcmd.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Jun 24 15:44:28 CEST 2010


Revision: 50218
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50218&view=rev
Author:   thebluegr
Date:     2010-06-24 13:44:27 +0000 (Thu, 24 Jun 2010)

Log Message:
-----------
Changed a warning which seems like regular SCI behavior into a debugC

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sound/soundcmd.cpp

Modified: scummvm/trunk/engines/sci/sound/soundcmd.cpp
===================================================================
--- scummvm/trunk/engines/sci/sound/soundcmd.cpp	2010-06-24 13:38:24 UTC (rev 50217)
+++ scummvm/trunk/engines/sci/sound/soundcmd.cpp	2010-06-24 13:44:27 UTC (rev 50218)
@@ -678,7 +678,7 @@
 
 	// If sound is not playing currently, set signal directly
 	if (musicSlot->status != kSoundPlaying) {
-		warning("cmdFadeSound: fading requested, but sound is currently not playing");
+		debugC(2, kDebugLevelSound, "cmdFadeSound: fading requested, but sound is currently not playing");
 		writeSelectorValue(_segMan, obj, SELECTOR(signal), SIGNAL_OFFSET);
 		return;
 	}


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