From 825331c8735d88e113474952d6eb01e97a48cf50 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 14 Apr 2018 15:23:01 -0400 Subject: [PATCH] XEEN: Fix entering Great Southern Tower --- engines/xeen/locations.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/engines/xeen/locations.cpp b/engines/xeen/locations.cpp index 2ca34685ea1c..da4e1cd11222 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;