[Scummvm-git-logs] scummvm master -> 825331c8735d88e113474952d6eb01e97a48cf50

dreammaster dreammaster at scummvm.org
Sat Apr 14 21:23:09 CEST 2018


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:
825331c873 XEEN: Fix entering Great Southern Tower


Commit: 825331c8735d88e113474952d6eb01e97a48cf50
    https://github.com/scummvm/scummvm/commit/825331c8735d88e113474952d6eb01e97a48cf50
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-04-14T15:23:01-04:00

Commit Message:
XEEN: Fix entering Great Southern Tower

Changed paths:
    engines/xeen/locations.cpp


diff --git a/engines/xeen/locations.cpp b/engines/xeen/locations.cpp
index 2ca3468..da4e1cd 100644
--- a/engines/xeen/locations.cpp
+++ b/engines/xeen/locations.cpp
@@ -1447,6 +1447,15 @@ void ReaperCutscene::getNewLocation() {
 			}
 			break;
 
+		case 16:
+			if (party._questItems[41]) {
+				_mazeId = 61;
+				_mazePos = Common::Point(7, 12);
+				_mazeDir = DIR_SOUTH;
+				_keyFound = true;
+			}
+			break;
+
 		case 23:
 			if (party._questItems[42]) {
 				_mazeId = 65;





More information about the Scummvm-git-logs mailing list