Skip to content
Permalink
Browse files

XEEN: Fix entry to Darkstone Tower

  • Loading branch information
dreammaster committed Apr 27, 2018
1 parent e78f8e3 commit 66b8bfb98e9eed5cc0169432f9ceafc96d82b00a
Showing with 1 addition and 1 deletion.
  1. +1 −1 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);

0 comments on commit 66b8bfb

Please sign in to comment.
You can’t perform that action at this time.