mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-09 03:10:22 +00:00
TITANIC: Fix entering correct elevator in Bottom of Well
This commit is contained in:
parent
4c15303971
commit
8792bd17bb
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user