[Scummvm-git-logs] scummvm master -> 66b8bfb98e9eed5cc0169432f9ceafc96d82b00a

dreammaster dreammaster at scummvm.org
Fri Apr 27 03:26:50 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:
66b8bfb98e XEEN: Fix entry to Darkstone Tower


Commit: 66b8bfb98e9eed5cc0169432f9ceafc96d82b00a
    https://github.com/scummvm/scummvm/commit/66b8bfb98e9eed5cc0169432f9ceafc96d82b00a
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-04-26T21:26:49-04:00

Commit Message:
XEEN: Fix entry to Darkstone Tower

Changed paths:
    engines/xeen/locations.cpp


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





More information about the Scummvm-git-logs mailing list