From 66b8bfb98e9eed5cc0169432f9ceafc96d82b00a Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 26 Apr 2018 21:26:49 -0400 Subject: XEEN: Fix entry to Darkstone Tower --- engines/xeen/locations.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3