Skip to content

Commit

Permalink
TITANIC: Fix exiting elevator 3 on floor 28
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Jun 20, 2017
1 parent dcc4a1b commit 5a512c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/titanic/moves/exit_lift.cpp
Expand Up @@ -63,7 +63,7 @@ bool CExitLift::MouseButtonDownMsg(CMouseButtonDownMsg *msg) {
} else if (floorNum > 27) {
switch (elevNum) {
case 1:
case 2:
case 3:
_viewName = "SgtLobby.Node 1.N";
break;
default:
Expand Down

0 comments on commit 5a512c1

Please sign in to comment.