mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 01:38:36 +00:00
SHERLOCK: Erase the hand cursor when that part of the intro is done
This commit is contained in:
parent
bf12f04c45
commit
2143ade072
@ -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…
x
Reference in New Issue
Block a user