[Scummvm-cvs-logs] SF.net SVN: scummvm:[41527] scummvm/branches/gsoc2009-mods

nolange at users.sourceforge.net nolange at users.sourceforge.net
Sun Jun 14 23:49:33 CEST 2009


Revision: 41527
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41527&view=rev
Author:   nolange
Date:     2009-06-14 21:49:33 +0000 (Sun, 14 Jun 2009)

Log Message:
-----------
Removed some debugmessages so Linux manages to build again =/

Modified Paths:
--------------
    scummvm/branches/gsoc2009-mods/engines/scumm/player_v4a.cpp
    scummvm/branches/gsoc2009-mods/sound/mods/tfmx.cpp

Modified: scummvm/branches/gsoc2009-mods/engines/scumm/player_v4a.cpp
===================================================================
--- scummvm/branches/gsoc2009-mods/engines/scumm/player_v4a.cpp	2009-06-14 19:40:24 UTC (rev 41526)
+++ scummvm/branches/gsoc2009-mods/engines/scumm/player_v4a.cpp	2009-06-14 21:49:33 UTC (rev 41527)
@@ -61,6 +61,7 @@
 }
 
 void Player_V4A::setMusicVolume(int vol) {
+	debug("player_v4a: setMusicVolume %i", vol);
 }
 
 int Player_V4A::getSlot(int id) const {

Modified: scummvm/branches/gsoc2009-mods/sound/mods/tfmx.cpp
===================================================================
--- scummvm/branches/gsoc2009-mods/sound/mods/tfmx.cpp	2009-06-14 19:40:24 UTC (rev 41526)
+++ scummvm/branches/gsoc2009-mods/sound/mods/tfmx.cpp	2009-06-14 21:49:33 UTC (rev 41527)
@@ -30,9 +30,9 @@
 #include "common/debug.h"
 
 #include "sound/mods/tfmx.h"
-
+#ifdef _MSC_VER
 #include "tfmx/tfmxdebug.h"
-
+#endif
 namespace Audio {
 
 const uint16 Tfmx::noteIntervalls[64] = {
@@ -189,8 +189,9 @@
 		debug("Warning - Macro not supported:");
 	else
 		debug("Warning - Macro not completely supported:");
-
+#ifdef _MSC_VER
 	displayMacroStep(macroPtr);
+#endif
 }
 
 FORCEINLINE bool Tfmx::macroStep(ChannelContext &channel) {
@@ -506,8 +507,9 @@
 		debug("Warning - Pattern not supported:");
 	else
 		debug("Warning - Pattern not completely supported:");
-
+#ifdef _MSC_VER
 	displayPatternstep(patternPtr);
+#endif
 }
 
 


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