diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/xeen/map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/map.cpp b/engines/xeen/map.cpp index 63068cde7a..d8afa4d2a3 100644 --- a/engines/xeen/map.cpp +++ b/engines/xeen/map.cpp @@ -1300,7 +1300,7 @@ int Map::getCell(int idx) { mapId = _mazeData[_mazeDataIndex]._surroundingMazes._east; } else { pt.x += 16; - mapId = _mazeData[_mazeDataIndex]._surroundingMazes._east; + mapId = _mazeData[_mazeDataIndex]._surroundingMazes._west; } if (!mapId) { |