aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/titanic/game/transport/lift_indicator.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/game/transport/lift_indicator.cpp b/engines/titanic/game/transport/lift_indicator.cpp
index 563e888b3c..37fa7a0dba 100644
--- a/engines/titanic/game/transport/lift_indicator.cpp
+++ b/engines/titanic/game/transport/lift_indicator.cpp
@@ -73,6 +73,7 @@ bool CLiftindicator::EnterViewMsg(CEnterViewMsg *msg) {
if ((pet->petGetRoomsWellEntry() & 1) == (_liftNum & 1)) {
petSetRemoteTarget();
petSetArea(PET_REMOTE);
+ petHighlightGlyph(0);
petDisplayMessage(OUTSIDE_ELEVATOR_NUM, petGetRoomsWellEntry());