From fa7db1f400e11038d45b57d4eb54cff0f64a6203 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 24 Jul 2017 21:16:36 -0400 Subject: TITANIC: Show Lift call remote action when approaching a lift --- engines/titanic/game/transport/lift_indicator.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines') 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()); -- cgit v1.2.3