[Scummvm-cvs-logs] scummvm master -> 6a7ddd8ba17fd67525181762d5f4f11bf1cb592e

csnover csnover at users.noreply.github.com
Sat Aug 6 18:28:26 CEST 2016


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:
6a7ddd8ba1 SCI32: Actually save and load remaps


Commit: 6a7ddd8ba17fd67525181762d5f4f11bf1cb592e
    https://github.com/scummvm/scummvm/commit/6a7ddd8ba17fd67525181762d5f4f11bf1cb592e
Author: Colin Snover (github.com at zetafleet.com)
Date: 2016-08-06T11:23:18-05:00

Commit Message:
SCI32: Actually save and load remaps

Changed paths:
    engines/sci/engine/savegame.cpp



diff --git a/engines/sci/engine/savegame.cpp b/engines/sci/engine/savegame.cpp
index d86af50..c4d53a2 100644
--- a/engines/sci/engine/savegame.cpp
+++ b/engines/sci/engine/savegame.cpp
@@ -422,6 +422,7 @@ void EngineState::saveLoadWithSerializer(Common::Serializer &s) {
 #ifdef ENABLE_SCI32
 	if (getSciVersion() >= SCI_VERSION_2) {
 		g_sci->_gfxPalette32->saveLoadWithSerializer(s);
+		g_sci->_gfxRemap32->saveLoadWithSerializer(s);
 	} else
 #endif
 		g_sci->_gfxPalette16->saveLoadWithSerializer(s);






More information about the Scummvm-git-logs mailing list