diff options
author | Paul Gilbert | 2017-07-24 21:16:36 -0400 |
---|---|---|
committer | Paul Gilbert | 2017-07-24 21:16:36 -0400 |
commit | fa7db1f400e11038d45b57d4eb54cff0f64a6203 (patch) | |
tree | 9cdfe12ffb8669daeebbc4c2d4ac954f14ec8569 | |
parent | 7e74c575da51193ac5be212b8b4a5dae2b011200 (diff) | |
download | scummvm-rg350-fa7db1f400e11038d45b57d4eb54cff0f64a6203.tar.gz scummvm-rg350-fa7db1f400e11038d45b57d4eb54cff0f64a6203.tar.bz2 scummvm-rg350-fa7db1f400e11038d45b57d4eb54cff0f64a6203.zip |
TITANIC: Show Lift call remote action when approaching a lift
-rw-r--r-- | engines/titanic/game/transport/lift_indicator.cpp | 1 |
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()); |