aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/titanic/game/pet/pet_position.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/titanic/game/pet/pet_position.cpp b/engines/titanic/game/pet/pet_position.cpp
index 8ed16aef3c..03a53c6a72 100644
--- a/engines/titanic/game/pet/pet_position.cpp
+++ b/engines/titanic/game/pet/pet_position.cpp
@@ -243,7 +243,9 @@ bool CPETPosition::LeaveViewMsg(CLeaveViewMsg *msg) {
return true;
} else if (oldView == "SgtLobby.Node 1.S") {
return true;
- } else if (oldView == "BottomOfWell.Node 10.E" || oldView == "BottomOfWell.Node 11.W") {
+ } else if (oldView == "BottomOfWell.Node 10.E") {
+ pet->setRoomsElevatorNum(3);
+ } else if (oldView == "BottomOfWell.Node 11.W") {
pet->setRoomsElevatorNum(1);
return true;
}