Skip to content

Commit

Permalink
SHERLOCK: Erase the hand cursor when that part of the intro is done
Browse files Browse the repository at this point in the history
  • Loading branch information
Torbjörn Andersson committed Jun 1, 2015
1 parent bf12f04 commit 2143ade
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/sherlock/scalpel/tsage/logo.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 2143ade

Please sign in to comment.