SHERLOCK: Erase the hand cursor when that part of the intro is done
This commit is contained in:
parent
bf12f04c45
commit
2143ade072
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue