diff options
author | Travis Howell | 2007-11-30 10:47:33 +0000 |
---|---|---|
committer | Travis Howell | 2007-11-30 10:47:33 +0000 |
commit | 50c6920d6fd104db25d78a3a552975f5a99ff998 (patch) | |
tree | f11defabb65a3c33458d90aab471470adb20f1e3 | |
parent | c1877ac20fcd977531f9d152fab49465d5e5bdd7 (diff) | |
download | scummvm-rg350-50c6920d6fd104db25d78a3a552975f5a99ff998.tar.gz scummvm-rg350-50c6920d6fd104db25d78a3a552975f5a99ff998.tar.bz2 scummvm-rg350-50c6920d6fd104db25d78a3a552975f5a99ff998.zip |
Add additional German version of Lure of the Temptress.
svn-id: r29661
-rw-r--r-- | engines/lure/detection.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/lure/detection.cpp b/engines/lure/detection.cpp index 83c72b13fa..63002ef5e1 100644 --- a/engines/lure/detection.cpp +++ b/engines/lure/detection.cpp @@ -59,6 +59,8 @@ static const GameSettings lure_games[] = { "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::DE_DEU, + "894a2c2caeccbad2fc2f4a79a8ee47b0", "disk1.vga" }, { "lure", "Lure of the Temptress", GI_LURE, GF_FLOPPY, Common::FR_FRA, "1c94475c1bb7e0e88c1757d3b5377e94", "disk1.vga" }, { "lure", "Lure of the Temptress", GI_LURE, GF_FLOPPY, Common::ES_ESP, |