[Scummvm-git-logs] scummvm master -> 31f17cd47c389188dcdc6071db46d8c6179a013c

dreammaster dreammaster at scummvm.org
Sat Aug 5 23:47:47 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:
31f17cd47c TITANIC: Fix getting into Lift 1 from a first class floor


Commit: 31f17cd47c389188dcdc6071db46d8c6179a013c
    https://github.com/scummvm/scummvm/commit/31f17cd47c389188dcdc6071db46d8c6179a013c
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-08-05T17:47:40-04:00

Commit Message:
TITANIC: Fix getting into Lift 1 from a first class floor

Changed paths:
    engines/titanic/game/pet/pet_position.cpp


diff --git a/engines/titanic/game/pet/pet_position.cpp b/engines/titanic/game/pet/pet_position.cpp
index 03a53c6..76fbf71 100644
--- a/engines/titanic/game/pet/pet_position.cpp
+++ b/engines/titanic/game/pet/pet_position.cpp
@@ -197,9 +197,6 @@ bool CPETPosition::LeaveViewMsg(CLeaveViewMsg *msg) {
 		} else if (oldView == "1stClassLobby.Node 10.S") {
 			switch (elevatorNum) {
 			case 1:
-				pet->setRoomsFloorNum(1);
-				pet->setRoomsElevatorNum(1);
-				break;
 			case 2:
 				pet->setRoomsElevatorNum(1);
 				break;





More information about the Scummvm-git-logs mailing list