aboutsummaryrefslogtreecommitdiff
path: root/scumm/saveload.cpp
diff options
context:
space:
mode:
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)