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

dreammaster dreammaster at scummvm.org
Tue Jul 25 03:16:43 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:
fa7db1f400 TITANIC: Show Lift call remote action when approaching a lift


Commit: fa7db1f400e11038d45b57d4eb54cff0f64a6203
    https://github.com/scummvm/scummvm/commit/fa7db1f400e11038d45b57d4eb54cff0f64a6203
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-07-24T21:16:36-04:00

Commit Message:
TITANIC: Show Lift call remote action when approaching a lift

Changed paths:
    engines/titanic/game/transport/lift_indicator.cpp


diff --git a/engines/titanic/game/transport/lift_indicator.cpp b/engines/titanic/game/transport/lift_indicator.cpp
index 563e888..37fa7a0 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());
 





More information about the Scummvm-git-logs mailing list