aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/locations.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2018-04-14 15:23:01 -0400
committerPaul Gilbert2018-04-14 15:23:01 -0400
commit825331c8735d88e113474952d6eb01e97a48cf50 (patch)
treee831529a6d6a285f1bd89cd3908cd935074a14f2 /engines/xeen/locations.cpp
parent59f3e728b610fb4841874d53cd807b0af9ddadbe (diff)
downloadscummvm-rg350-825331c8735d88e113474952d6eb01e97a48cf50.tar.gz
scummvm-rg350-825331c8735d88e113474952d6eb01e97a48cf50.tar.bz2
scummvm-rg350-825331c8735d88e113474952d6eb01e97a48cf50.zip
XEEN: Fix entering Great Southern Tower
Diffstat (limited to 'engines/xeen/locations.cpp')
-rw-r--r--engines/xeen/locations.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/engines/xeen/locations.cpp b/engines/xeen/locations.cpp
index 2ca34685ea..da4e1cd112 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;