From c333fad84d6878e66136a9b8f57a114374683968 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 21 Jun 2006 13:59:28 +0000 Subject: Remove duplicate left over svn-id: r23228 --- engines/scumm/plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') 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; -- cgit v1.2.3