[Scummvm-cvs-logs] SF.net SVN: scummvm: [21875] scummvm/trunk/engines/simon

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Fri Apr 14 00:08:02 CEST 2006


Revision: 21875
Author:   eriktorbjorn
Date:     2006-04-14 00:06:54 -0700 (Fri, 14 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21875&view=rev

Log Message:
-----------
Adjusted debug message levels: loading a cutscene is more interesting than the
drawing of a scaled sprite.

Modified Paths:
--------------
    scummvm/trunk/engines/simon/items.cpp
    scummvm/trunk/engines/simon/vga.cpp
Modified: scummvm/trunk/engines/simon/items.cpp
===================================================================
--- scummvm/trunk/engines/simon/items.cpp	2006-04-14 06:36:35 UTC (rev 21874)
+++ scummvm/trunk/engines/simon/items.cpp	2006-04-14 07:06:54 UTC (rev 21875)
@@ -1910,7 +1910,7 @@
 
 void SimonEngine::o3_loadSmack() {
 	// 182: load video file
-	debug(1,"Load video file: %s", getStringPtrByID(getNextStringID()));
+	debug(0,"Load video file: %s", getStringPtrByID(getNextStringID()));
 }
 
 void SimonEngine::o3_playSmack() {

Modified: scummvm/trunk/engines/simon/vga.cpp
===================================================================
--- scummvm/trunk/engines/simon/vga.cpp	2006-04-14 06:36:35 UTC (rev 21874)
+++ scummvm/trunk/engines/simon/vga.cpp	2006-04-14 07:06:54 UTC (rev 21875)
@@ -1374,7 +1374,7 @@
 	_variableArray[22] = _feebleRect.bottom;
 	_variableArray[23] = _feebleRect.right;
 
-	debug(1, "Left %d Right %d Top %d Bottom %d", dstRect.left, dstRect.right, dstRect.top, dstRect.bottom);
+	debug(5, "Left %d Right %d Top %d Bottom %d", dstRect.left, dstRect.right, dstRect.top, dstRect.bottom);
 
 	// Unlike normal rectangles in ScummVM, it seems that in the case of
 	// the destination rectangle the bottom and right coordinates are


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