[Scummvm-cvs-logs] scummvm master -> f07e31c8f0afb58b9877289316e449441d357f7c

eriktorbjorn eriktorbjorn at telia.com
Mon Jun 1 08:06:25 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

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


Commit: f07e31c8f0afb58b9877289316e449441d357f7c
    https://github.com/scummvm/scummvm/commit/f07e31c8f0afb58b9877289316e449441d357f7c
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2015-06-01T08:04:49+02:00

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

Changed paths:
    engines/sherlock/scalpel/tsage/logo.cpp



diff --git a/engines/sherlock/scalpel/tsage/logo.cpp b/engines/sherlock/scalpel/tsage/logo.cpp
index ca4903e..32a68c1 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);






More information about the Scummvm-git-logs mailing list