[Scummvm-git-logs] scummvm master -> 5a512c1c2c1259b436047eaa84f3481b8854e35e

dreammaster dreammaster at scummvm.org
Tue Jun 20 03:14:39 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:
5a512c1c2c TITANIC: Fix exiting elevator 3 on floor 28


Commit: 5a512c1c2c1259b436047eaa84f3481b8854e35e
    https://github.com/scummvm/scummvm/commit/5a512c1c2c1259b436047eaa84f3481b8854e35e
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-06-19T21:14:28-04:00

Commit Message:
TITANIC: Fix exiting elevator 3 on floor 28

Changed paths:
    engines/titanic/moves/exit_lift.cpp


diff --git a/engines/titanic/moves/exit_lift.cpp b/engines/titanic/moves/exit_lift.cpp
index a85af7c..3eb990a 100644
--- a/engines/titanic/moves/exit_lift.cpp
+++ b/engines/titanic/moves/exit_lift.cpp
@@ -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:





More information about the Scummvm-git-logs mailing list