XEEN: Fix entry to Darkstone Tower

This commit is contained in:
Paul Gilbert
2018-04-26 21:26:49 -04:00
parent e78f8e32ed
commit 66b8bfb98e
+1 -1
View File
@@ -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);