aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/plugin.cpp')
-rw-r--r--engines/scumm/plugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/plugin.cpp b/engines/scumm/plugin.cpp
index d2d242f26b..22bdc7bed9 100644
--- a/engines/scumm/plugin.cpp
+++ b/engines/scumm/plugin.cpp
@@ -1264,10 +1264,10 @@ static bool testGame(const GameSettings *g, const DescMap &fileMD5Map, const Com
}
} else if ((buf[0] == 0xCE && buf[1] == 0xF5) || // PC
(buf[0] == 0xCD && buf[1] == 0xFE)) { // Commodore 64
- // Looks like V1.
+ // Could be V0 or V1.
// Candidates: maniac classic, zak classic
- if (g->version != 1)
+ if (g->version >= 2)
return false;
// Zak has 58.LFL, Maniac doesn't have it.