diff options
author | Travis Howell | 2006-06-21 13:59:28 +0000 |
---|---|---|
committer | Travis Howell | 2006-06-21 13:59:28 +0000 |
commit | c333fad84d6878e66136a9b8f57a114374683968 (patch) | |
tree | 7a6f8b68e40b2d6be2a01ae84b34b5da41d624a7 /engines | |
parent | c5f3b8060a6446b0c256b9b08fcfeaa1c3020caf (diff) | |
download | scummvm-rg350-c333fad84d6878e66136a9b8f57a114374683968.tar.gz scummvm-rg350-c333fad84d6878e66136a9b8f57a114374683968.tar.bz2 scummvm-rg350-c333fad84d6878e66136a9b8f57a114374683968.zip |
Remove duplicate left over
svn-id: r23228
Diffstat (limited to 'engines')
-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; |