[Scummvm-cvs-logs] SF.net SVN: scummvm:[55073] scummvm/trunk/engines/mohawk/graphics.cpp

tdhs at users.sourceforge.net tdhs at users.sourceforge.net
Fri Dec 31 11:58:59 CET 2010


Revision: 55073
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55073&view=rev
Author:   tdhs
Date:     2010-12-31 10:58:59 +0000 (Fri, 31 Dec 2010)

Log Message:
-----------
MOHAWK: Minor Correction to Graphics Debug Output.

Modified Paths:
--------------
    scummvm/trunk/engines/mohawk/graphics.cpp

Modified: scummvm/trunk/engines/mohawk/graphics.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/graphics.cpp	2010-12-31 10:39:43 UTC (rev 55072)
+++ scummvm/trunk/engines/mohawk/graphics.cpp	2010-12-31 10:58:59 UTC (rev 55073)
@@ -445,7 +445,7 @@
 	if (src.top + height > surface->h)
 		height = surface->h - src.top;
 
-	debug(3, "MystGraphics::copyImageSectionToScreen()");
+	debug(3, "MystGraphics::copyImageSectionToBackBuffer()");
 	debug(3, "\tImage: %d", image);
 	debug(3, "\tsrc.left: %d", src.left);
 	debug(3, "\tsrc.top: %d", src.top);


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