diff options
author | Paul Gilbert | 2007-11-22 10:06:47 +0000 |
---|---|---|
committer | Paul Gilbert | 2007-11-22 10:06:47 +0000 |
commit | d9863ff237b92c676f4f0ba5b77b599ae51fcbdc (patch) | |
tree | 235a714689344254add55dc8bce6ed881a86eb2d | |
parent | 982a2fce7554600d95dc227f9f736f37380da1ef (diff) | |
download | scummvm-rg350-d9863ff237b92c676f4f0ba5b77b599ae51fcbdc.tar.gz scummvm-rg350-d9863ff237b92c676f4f0ba5b77b599ae51fcbdc.tar.bz2 scummvm-rg350-d9863ff237b92c676f4f0ba5b77b599ae51fcbdc.zip |
Re-enabled detection of French and German versions
svn-id: r29601
-rw-r--r-- | engines/lure/detection.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/lure/detection.cpp b/engines/lure/detection.cpp index f52f1ca4fb..406f80288e 100644 --- a/engines/lure/detection.cpp +++ b/engines/lure/detection.cpp @@ -57,12 +57,10 @@ static const GameSettings lure_games[] = { "b2a8aa6d7865813a17a3c636e063572e", "disk1.vga" }, { "lure", "Lure of the Temptress", GI_LURE, GF_FLOPPY, Common::IT_ITA, "cf69d5ada228dd74f89046691c16aafb", "disk1.vga" }, -/* { "lure", "Lure of the Temptress", GI_LURE, GF_FLOPPY, Common::DE_DEU, "7aa19e444dab1ac7194d9f7a40ffe54a", "disk1.vga" }, { "lure", "Lure of the Temptress", GI_LURE, GF_FLOPPY, Common::FR_FRA, "1c94475c1bb7e0e88c1757d3b5377e94", "disk1.vga" }, -*/ { 0, 0, 0, 0, Common::UNK_LANG, 0, 0 } }; |