aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjörn Andersson2015-06-01 08:04:49 +0200
committerTorbjörn Andersson2015-06-01 08:04:49 +0200
commit2143ade072d44065a13a378b040b686adfbdacad (patch)
treece4c372ab4e5d5e5815463789682d2c682f7b581
parentbf12f04c451589789a1823b8a1aa9111b340aee2 (diff)
downloadscummvm-rg350-2143ade072d44065a13a378b040b686adfbdacad.tar.gz
scummvm-rg350-2143ade072d44065a13a378b040b686adfbdacad.tar.bz2
scummvm-rg350-2143ade072d44065a13a378b040b686adfbdacad.zip
SHERLOCK: Erase the hand cursor when that part of the intro is done
-rw-r--r--engines/sherlock/scalpel/tsage/logo.cpp1
1 files changed, 1 insertions, 0 deletions
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);