diff options
| author | Paul Gilbert | 2018-04-26 21:26:49 -0400 |
|---|---|---|
| committer | Paul Gilbert | 2018-04-26 21:26:49 -0400 |
| commit | 66b8bfb98e9eed5cc0169432f9ceafc96d82b00a (patch) | |
| tree | 313b945e1295e5ded67e88a1c485f6e48475420a | |
| parent | e78f8e32ed9beb4485cc1256182fc43e7d02bb39 (diff) | |
| download | scummvm-rg350-66b8bfb98e9eed5cc0169432f9ceafc96d82b00a.tar.gz scummvm-rg350-66b8bfb98e9eed5cc0169432f9ceafc96d82b00a.tar.bz2 scummvm-rg350-66b8bfb98e9eed5cc0169432f9ceafc96d82b00a.zip | |
XEEN: Fix entry to Darkstone Tower
| -rw-r--r-- | engines/xeen/locations.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/locations.cpp b/engines/xeen/locations.cpp index 216d0e31a3..6c4b6ac8c4 100644 --- a/engines/xeen/locations.cpp +++ b/engines/xeen/locations.cpp @@ -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); |
