diff options
author | Paul Gilbert | 2018-01-24 21:55:21 -0500 |
---|---|---|
committer | Paul Gilbert | 2018-01-24 21:55:21 -0500 |
commit | 101f7fb2b490c07e5d0928dcfb61934a26601df7 (patch) | |
tree | 5cbc01b88978df230e06a0c6a6a29caade8feffe /engines | |
parent | 35833695c0c9dd0b41e8d60efd26d5a49f754ad5 (diff) | |
download | scummvm-rg350-101f7fb2b490c07e5d0928dcfb61934a26601df7.tar.gz scummvm-rg350-101f7fb2b490c07e5d0928dcfb61934a26601df7.tar.bz2 scummvm-rg350-101f7fb2b490c07e5d0928dcfb61934a26601df7.zip |
XEEN: Fix loading of Darzog's Tower
Diffstat (limited to 'engines')
-rw-r--r-- | engines/xeen/map.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/xeen/map.cpp b/engines/xeen/map.cpp index f5c66eddbb..b00642b825 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) && |