[Scummvm-git-logs] scummvm master -> a20aa338c2d0a5b84e39337de4b72fab34bdd9cb

dreammaster dreammaster at scummvm.org
Sat Jul 8 23:24:39 CEST 2017


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:
a20aa338c2 TITANIC: Show Vision Centre on bartop with pickup hand cursor


Commit: a20aa338c2d0a5b84e39337de4b72fab34bdd9cb
    https://github.com/scummvm/scummvm/commit/a20aa338c2d0a5b84e39337de4b72fab34bdd9cb
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-07-08T17:24:28-04:00

Commit Message:
TITANIC: Show Vision Centre on bartop with pickup hand cursor

Changed paths:
    engines/titanic/game/pickup/pick_up_vis_centre.cpp


diff --git a/engines/titanic/game/pickup/pick_up_vis_centre.cpp b/engines/titanic/game/pickup/pick_up_vis_centre.cpp
index baf1763..f4f41aa 100644
--- a/engines/titanic/game/pickup/pick_up_vis_centre.cpp
+++ b/engines/titanic/game/pickup/pick_up_vis_centre.cpp
@@ -37,6 +37,10 @@ void CPickUpVisCentre::save(SimpleFile *file, int indent) {
 void CPickUpVisCentre::load(SimpleFile *file) {
 	file->readNumber();
 	CPickUp::load(file);
+
+	// WORKAROUND: Show the hand cursor when highlighting to indicate
+	// that the vision center can be picked up
+	_cursorId = CURSOR_HAND;
 }
 
 





More information about the Scummvm-git-logs mailing list