Skip to content
Permalink
Browse files

XEEN: Fix entering Great Southern Tower

  • Loading branch information
dreammaster committed Apr 14, 2018
1 parent 59f3e72 commit 825331c8735d88e113474952d6eb01e97a48cf50
Showing with 9 additions and 0 deletions.
  1. +9 −0 engines/xeen/locations.cpp
@@ -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;

0 comments on commit 825331c

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