XEEN: Fix entering Dragon Tower

This commit is contained in:
Paul Gilbert 2018-04-26 20:48:21 -04:00
parent cdb4c47a9a
commit e78f8e32ed

View File

@ -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);