From c71c3ab591c6fb453f6379135fee314577f44887 Mon Sep 17 00:00:00 2001 From: David Turner Date: Fri, 31 Dec 2010 10:58:59 +0000 Subject: MOHAWK: Minor Correction to Graphics Debug Output. svn-id: r55073 --- engines/mohawk/graphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/mohawk/graphics.cpp b/engines/mohawk/graphics.cpp index 5abfb9607b..3c8262d165 100644 --- a/engines/mohawk/graphics.cpp +++ b/engines/mohawk/graphics.cpp @@ -445,7 +445,7 @@ void MystGraphics::copyImageSectionToBackBuffer(uint16 image, Common::Rect src, 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); -- cgit v1.2.3