From 3a0fb8aebbe8ee0b638e45ed6facfab4b167a5be Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 10 Jul 2015 19:07:30 -0400 Subject: SHERLOCK: RT: Show cursor after loading savegame --- engines/sherlock/tattoo/tattoo.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/sherlock') diff --git a/engines/sherlock/tattoo/tattoo.cpp b/engines/sherlock/tattoo/tattoo.cpp index 85418880d0..ab2e541bad 100644 --- a/engines/sherlock/tattoo/tattoo.cpp +++ b/engines/sherlock/tattoo/tattoo.cpp @@ -90,6 +90,8 @@ void TattooEngine::startScene() { } // TODO + + _events->setCursor(ARROW); } void TattooEngine::loadInitialPalette() { -- cgit v1.2.3