aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/titanic/game/pickup/pick_up_vis_centre.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/titanic/game/pickup/pick_up_vis_centre.cpp b/engines/titanic/game/pickup/pick_up_vis_centre.cpp
index baf1763d09..f4f41aa978 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;
}