Skip to content

Commit

Permalink
XEEN: Fix entering Great Southern Tower
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Apr 14, 2018
1 parent 59f3e72 commit 825331c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions engines/xeen/locations.cpp
Expand Up @@ -1447,6 +1447,15 @@ void ReaperCutscene::getNewLocation() {
}
break;

case 16:
if (party._questItems[41]) {
_mazeId = 61;
_mazePos = Common::Point(7, 12);
_mazeDir = DIR_SOUTH;
_keyFound = true;
}
break;

case 23:
if (party._questItems[42]) {
_mazeId = 65;
Expand Down

0 comments on commit 825331c

Please sign in to comment.