diff options
-rw-r--r-- | engines/scumm/plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/plugin.cpp b/engines/scumm/plugin.cpp index 31fbcfd268..635fb2702b 100644 --- a/engines/scumm/plugin.cpp +++ b/engines/scumm/plugin.cpp @@ -1096,7 +1096,7 @@ static bool testGame(const GameSettings *g, const DescMap &fileMD5Map, const Com if (file == "maniac1.d64" || file == "zak1.d64") { // TODO - } else if (file == "00.LFL" || file == "maniac1.d64" || file == "zak1.d64") { + } else if (file == "00.LFL") { // Used in V1, V2, V3 games. if (g->version > 3) return false; |