diff options
-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 611101eac7..ac5b511f22 100644 --- a/engines/xeen/map.cpp +++ b/engines/xeen/map.cpp @@ -1038,7 +1038,7 @@ void Map::load(int mapId) { // Iterate through loading the given maze as well as the two successive // mazes in each of the four cardinal directions - bool isDarkCc = _vm->getGameID() == GType_DarkSide; + bool isDarkCc = files._isDarkCc; MazeData *mazeDataP = &_mazeData[0]; bool textLoaded = false; |