Skip to content

Commit

Permalink
SCI32: Actually save and load remaps
Browse files Browse the repository at this point in the history
  • Loading branch information
csnover committed Aug 6, 2016
1 parent f0d208c commit 6a7ddd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/sci/engine/savegame.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 6a7ddd8

Please sign in to comment.