[Scummvm-cvs-logs] SF.net SVN: scummvm:[44672] scummvm/trunk/engines/sci/gui32/gui32.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Oct 5 21:30:17 CEST 2009


Revision: 44672
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44672&view=rev
Author:   thebluegr
Date:     2009-10-05 19:30:17 +0000 (Mon, 05 Oct 2009)

Log Message:
-----------
Stop spamming of the console

Modified Paths:
--------------
    scummvm/trunk/engines/sci/gui32/gui32.cpp

Modified: scummvm/trunk/engines/sci/gui32/gui32.cpp
===================================================================
--- scummvm/trunk/engines/sci/gui32/gui32.cpp	2009-10-05 19:28:43 UTC (rev 44671)
+++ scummvm/trunk/engines/sci/gui32/gui32.cpp	2009-10-05 19:30:17 UTC (rev 44672)
@@ -734,7 +734,7 @@
 }
 
 void SciGui32::paletteAnimate(int fromColor, int toColor, int speed) {
-	warning("STUB");
+	//warning("STUB");
 }
 
 int16 SciGui32::onControl(byte screenMask, Common::Rect rect) {


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