mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-06 10:17:14 +00:00
XEEN: Fix entering Great Southern Tower
This commit is contained in:
parent
59f3e728b6
commit
825331c873
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user