From 2143ade072d44065a13a378b040b686adfbdacad Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Mon, 1 Jun 2015 08:04:49 +0200 Subject: SHERLOCK: Erase the hand cursor when that part of the intro is done --- engines/sherlock/scalpel/tsage/logo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/engines/sherlock/scalpel/tsage/logo.cpp b/engines/sherlock/scalpel/tsage/logo.cpp index ca4903e0dd..32a68c15af 100644 --- a/engines/sherlock/scalpel/tsage/logo.cpp +++ b/engines/sherlock/scalpel/tsage/logo.cpp @@ -583,6 +583,7 @@ void Logo::nextFrame() { case 205: // Show a highlighting of the company name + _objects[2].erase(); _objects[2].remove(); _objects[3].setVisage(19, 1); _objects[3]._position = Common::Point(155, 94); -- cgit v1.2.3