SHERLOCK: Erase the hand cursor when that part of the intro is done

This commit is contained in:
Torbjörn Andersson 2015-06-01 08:04:49 +02:00
parent bf12f04c45
commit 2143ade072

View File

@ -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);