diff --git a/engines/xeen/locations.cpp b/engines/xeen/locations.cpp index 216d0e31a3f..6c4b6ac8c4d 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);