[Scummvm-git-logs] scummvm master -> 1b685a431e2983f94413b7d226bbc063effe5d12

dreammaster dreammaster at scummvm.org
Mon Jan 15 03:37:30 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:
1b685a431e XEEN: Fix loading savegames from Dark Side


Commit: 1b685a431e2983f94413b7d226bbc063effe5d12
    https://github.com/scummvm/scummvm/commit/1b685a431e2983f94413b7d226bbc063effe5d12
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-01-14T21:37:21-05:00

Commit Message:
XEEN: Fix loading savegames from Dark Side

Changed paths:
    engines/xeen/saves.cpp


diff --git a/engines/xeen/saves.cpp b/engines/xeen/saves.cpp
index 166cf6f..f69757f 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;





More information about the Scummvm-git-logs mailing list