From 7de231af6cd5ca6070e08a85919599ea9f9a4942 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 20 Sep 2015 17:29:43 -0400 Subject: SHERLOCK: RT: Hide cursor when showing map close-up --- engines/sherlock/tattoo/tattoo_map.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/sherlock/tattoo') diff --git a/engines/sherlock/tattoo/tattoo_map.cpp b/engines/sherlock/tattoo/tattoo_map.cpp index 4bd85bd5c0..9aa7a513f9 100644 --- a/engines/sherlock/tattoo/tattoo_map.cpp +++ b/engines/sherlock/tattoo/tattoo_map.cpp @@ -366,6 +366,7 @@ void TattooMap::showCloseUp(int closeUpNum) { // Reset scroll position screen._currentScroll = Common::Point(0, 0); + events.hideCursor(); // Get the closeup images Common::String fname = Common::String::format("res%02d.vgs", closeUpNum + 1); @@ -426,7 +427,9 @@ void TattooMap::showCloseUp(int closeUpNum) { screen._backBuffer1.transBlitFrom(pic[0], Common::Point(r.left, r.top)); screen.slamRect(oldBounds); screen.slamRect(r); + events.wait(60); + events.showCursor(); } } // End of namespace Tattoo -- cgit v1.2.3