diff options
-rw-r--r-- | engines/titanic/game/pet/pet_position.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/titanic/game/pet/pet_position.cpp b/engines/titanic/game/pet/pet_position.cpp index 03a53c6a72..76fbf7159c 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; |