diff options
Diffstat (limited to 'engines/mohawk')
-rw-r--r-- | engines/mohawk/graphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |