aboutsummaryrefslogtreecommitdiff
path: root/scumm/saveload.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/saveload.cpp')
-rw-r--r--scumm/saveload.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/saveload.cpp b/scumm/saveload.cpp
index bb1a992a97..0dc5f72853 100644
--- a/scumm/saveload.cpp
+++ b/scumm/saveload.cpp
@@ -530,8 +530,8 @@ void ScummEngine::saveOrLoad(Serializer *s, uint32 savegameVersion) {
MKLINE(ScummEngine, gdi._transparentColor, sleByte, VER(8)),
MKARRAY(ScummEngine, _currentPalette[0], sleByte, 768, VER(8)),
- // Should be made obsolete in next save game version.
- MKARRAY(ScummEngine, _proc_special_palette[0], sleByte, 256, VER(8)),
+ // Sam & Max specific palette replaced by _shadowPalette now.
+ MK_OBSOLETE_ARRAY(ScummEngine, _proc_special_palette[0], sleByte, 256, VER(8), VER(34)),
MKARRAY(ScummEngine, _charsetBuffer[0], sleByte, 256, VER(8)),