aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen
diff options
context:
space:
mode:
authorPaul Gilbert2018-04-26 21:26:49 -0400
committerPaul Gilbert2018-04-26 21:26:49 -0400
commit66b8bfb98e9eed5cc0169432f9ceafc96d82b00a (patch)
tree313b945e1295e5ded67e88a1c485f6e48475420a /engines/xeen
parente78f8e32ed9beb4485cc1256182fc43e7d02bb39 (diff)
downloadscummvm-rg350-66b8bfb98e9eed5cc0169432f9ceafc96d82b00a.tar.gz
scummvm-rg350-66b8bfb98e9eed5cc0169432f9ceafc96d82b00a.tar.bz2
scummvm-rg350-66b8bfb98e9eed5cc0169432f9ceafc96d82b00a.zip
XEEN: Fix entry to Darkstone Tower
Diffstat (limited to 'engines/xeen')
-rw-r--r--engines/xeen/locations.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/locations.cpp b/engines/xeen/locations.cpp
index 216d0e31a3..6c4b6ac8c4 100644
--- a/engines/xeen/locations.cpp
+++ b/engines/xeen/locations.cpp
@@ -1480,7 +1480,7 @@ void ReaperCutscene::getNewLocation() {
} else {
switch (party._mazeId) {
case 7:
- if (party._questItems[30]) {
+ if (party._questItems[46]) {
map._loadCcNum = 1;
_mazeId = 113;
_mazePos = Common::Point(7, 4);