aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-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);