[Scummvm-git-logs] scummvm master -> e78f8e32ed9beb4485cc1256182fc43e7d02bb39

dreammaster dreammaster at scummvm.org
Fri Apr 27 02:48:27 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
e78f8e32ed XEEN: Fix entering Dragon Tower


Commit: e78f8e32ed9beb4485cc1256182fc43e7d02bb39
    https://github.com/scummvm/scummvm/commit/e78f8e32ed9beb4485cc1256182fc43e7d02bb39
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-04-26T20:48:21-04:00

Commit Message:
XEEN: Fix entering Dragon Tower

Changed paths:
    engines/xeen/locations.cpp


diff --git a/engines/xeen/locations.cpp b/engines/xeen/locations.cpp
index a58ea23..216d0e31 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);





More information about the Scummvm-git-logs mailing list