diff options
-rw-r--r-- | engines/xeen/locations.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/locations.cpp b/engines/xeen/locations.cpp index a58ea23a5e..216d0e31a3 100644 --- a/engines/xeen/locations.cpp +++ b/engines/xeen/locations.cpp @@ -1499,7 +1499,7 @@ void ReaperCutscene::getNewLocation() { break; case 13: - if (party._questItems[29]) { + if (party._questItems[45]) { map._loadCcNum = 1; _mazeId = 117; _mazePos = Common::Point(7, 4); |