mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 00:41:12 +00:00
XEEN: Fix entering Dragon Tower
This commit is contained in:
parent
cdb4c47a9a
commit
e78f8e32ed
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user