aboutsummaryrefslogtreecommitdiff
path: root/scumm/saveload.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-08-10 02:19:16 +0000
committerTravis Howell2004-08-10 02:19:16 +0000
commit36846f537af3e14f3065e7f35003f5fd090d72d6 (patch)
treecfdfcd66116e27fc1e08905a9b1c408a4fc7cae6 /scumm/saveload.cpp
parent2c1c5d655de946cf136428bd51f92689244e5834 (diff)
downloadscummvm-rg350-36846f537af3e14f3065e7f35003f5fd090d72d6.tar.gz
scummvm-rg350-36846f537af3e14f3065e7f35003f5fd090d72d6.tar.bz2
scummvm-rg350-36846f537af3e14f3065e7f35003f5fd090d72d6.zip
Limit to old saved game only.
svn-id: r14532
Diffstat (limited to 'scumm/saveload.cpp')
-rw-r--r--scumm/saveload.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/saveload.cpp b/scumm/saveload.cpp
index 03864c8bbe..5130591437 100644
--- a/scumm/saveload.cpp
+++ b/scumm/saveload.cpp
@@ -256,7 +256,7 @@ bool ScummEngine::loadState(int slot, bool compat) {
setDirtyColors(0, 255);
- if (_gameId == GID_MANIAC && _version == 1)
+ if (hdr.ver < VER(35) && _gameId == GID_MANIAC && _version == 1)
setupV1ActorTalkColor();
// Regenerate strip table (for V1/V2 games)