[Scummvm-git-logs] scummvm master -> 101f7fb2b490c07e5d0928dcfb61934a26601df7

dreammaster dreammaster at scummvm.org
Thu Jan 25 03:55:26 CET 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:
101f7fb2b4 XEEN: Fix loading of Darzog's Tower


Commit: 101f7fb2b490c07e5d0928dcfb61934a26601df7
    https://github.com/scummvm/scummvm/commit/101f7fb2b490c07e5d0928dcfb61934a26601df7
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-01-24T21:55:21-05:00

Commit Message:
XEEN: Fix loading of Darzog's Tower

Changed paths:
    engines/xeen/map.cpp


diff --git a/engines/xeen/map.cpp b/engines/xeen/map.cpp
index f5c66ed..b00642b 100644
--- a/engines/xeen/map.cpp
+++ b/engines/xeen/map.cpp
@@ -1103,9 +1103,6 @@ void Map::load(int mapId) {
 				_headData.synchronize(headFile);
 				headFile.close();
 
-				if (!isDarkCc && party._mazeId)
-					_mobData._monsters.clear();
-
 				if (!isDarkCc && mapId == 15) {
 					if ((_mobData._monsters[0]._position.x > 31 || _mobData._monsters[0]._position.y > 31) &&
 						(_mobData._monsters[1]._position.x > 31 || _mobData._monsters[1]._position.y > 31) &&





More information about the Scummvm-git-logs mailing list