aboutsummaryrefslogtreecommitdiff
path: root/scumm/saveload.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-07-28 11:56:14 +0000
committerTravis Howell2004-07-28 11:56:14 +0000
commita50b6cf776304f2c405679ac1fec8f9cd18fb7b9 (patch)
tree22e4169673b92d73a11c71cc1c59309d0b89c9d7 /scumm/saveload.cpp
parentd1616e1cb5957179c50103f31bb4c0eaa3a48fa9 (diff)
downloadscummvm-rg350-a50b6cf776304f2c405679ac1fec8f9cd18fb7b9.tar.gz
scummvm-rg350-a50b6cf776304f2c405679ac1fec8f9cd18fb7b9.tar.bz2
scummvm-rg350-a50b6cf776304f2c405679ac1fec8f9cd18fb7b9.zip
Add patch from madm00se for:
#869003 MIVGA: Guybrush shrinks & grows near end of game svn-id: r14355
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)),