aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/xeen/saves.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/xeen/saves.cpp b/engines/xeen/saves.cpp
index 166cf6fdec..f69757f4d0 100644
--- a/engines/xeen/saves.cpp
+++ b/engines/xeen/saves.cpp
@@ -211,6 +211,7 @@ Common::Error SavesManager::loadGameState(int slot) {
files.load(*saveFile);
// Load the new map
+ map._loadDarkSide = files._isDarkCc;
map.load(party._mazeId);
return Common::kNoError;