diff options
author | Paul Gilbert | 2018-04-26 20:48:21 -0400 |
---|---|---|
committer | Paul Gilbert | 2018-04-26 20:48:21 -0400 |
commit | e78f8e32ed9beb4485cc1256182fc43e7d02bb39 (patch) | |
tree | 4da98cd0af81883b4a6978b7994ae8b375140513 /engines/xeen | |
parent | cdb4c47a9a91c956f4b697865847a4b97568eb7f (diff) | |
download | scummvm-rg350-e78f8e32ed9beb4485cc1256182fc43e7d02bb39.tar.gz scummvm-rg350-e78f8e32ed9beb4485cc1256182fc43e7d02bb39.tar.bz2 scummvm-rg350-e78f8e32ed9beb4485cc1256182fc43e7d02bb39.zip |
XEEN: Fix entering Dragon Tower
Diffstat (limited to 'engines/xeen')
-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 a58ea23a5e..216d0e31a3 100644 --- a/engines/xeen/locations.cpp +++ b/engines/xeen/locations.cpp @@ -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); |