aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/saveload.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-05-29 12:45:11 +0000
committerTravis Howell2006-05-29 12:45:11 +0000
commita0d14a08320166437585548f2ddabc03e5faef7e (patch)
tree7eb7a1eb3e95da7b3675c3a287d121e468711fd1 /engines/scumm/saveload.cpp
parent5fa3985bcbd96558d8adb0e306f1cfd0b10b2e03 (diff)
downloadscummvm-rg350-a0d14a08320166437585548f2ddabc03e5faef7e.tar.gz
scummvm-rg350-a0d14a08320166437585548f2ddabc03e5faef7e.tar.bz2
scummvm-rg350-a0d14a08320166437585548f2ddabc03e5faef7e.zip
Fix Commodore 64 versions
svn-id: r22732
Diffstat (limited to 'engines/scumm/saveload.cpp')
-rw-r--r--engines/scumm/saveload.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/saveload.cpp b/engines/scumm/saveload.cpp
index 98ef6a3694..6f548ff499 100644
--- a/engines/scumm/saveload.cpp
+++ b/engines/scumm/saveload.cpp
@@ -334,7 +334,7 @@ bool ScummEngine::loadState(int slot, bool compat) {
// Reset the palette.
resetPalette();
- if (hdr.ver < VER(35) && _game.id == GID_MANIAC && _game.version == 1)
+ if (hdr.ver < VER(35) && _game.id == GID_MANIAC && _game.version <= 1)
resetV1ActorTalkColor();
// Load the static room data