diff options
author | Martin Kiewitz | 2010-01-19 10:47:46 +0000 |
---|---|---|
committer | Martin Kiewitz | 2010-01-19 10:47:46 +0000 |
commit | 14a22567059ce6e456b213aae3f6052b0ce6ff7a (patch) | |
tree | a84990ca3bc3c7121ce13792ff74da9bec919132 /engines | |
parent | 2d776186f6755b3130f86036ef70aa2be821487c (diff) | |
download | scummvm-rg350-14a22567059ce6e456b213aae3f6052b0ce6ff7a.tar.gz scummvm-rg350-14a22567059ce6e456b213aae3f6052b0ce6ff7a.tar.bz2 scummvm-rg350-14a22567059ce6e456b213aae3f6052b0ce6ff7a.zip |
SCI: added french lb2 floppy
svn-id: r47373
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection_tables.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 38cd92d9e3..bc2d8e6b8c 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -1191,6 +1191,14 @@ static const struct ADGameDescription SciGameDescriptions[] = { {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NONE }, + // Laura Bow 2 v1.1 - French DOS Floppy (from Hkz) + {"laurabow2", "", { + {"resource.map", 0, "3b6dfbcda210bbc3f23fd1927113bf98", 6483}, + {"resource.000", 0, "57084910bc923bff5d6d9bc1b56e9604", 5028766}, + {"resource.msg", 0, "0fceedfbdd85a4bc7851fdd9dd2d2f19", 278253}, + {NULL, 0, NULL, 0}}, + Common::FR_FRA, Common::kPlatformPC, 0, GUIO_NOSPEECH }, + // Laura Bow 2 v1.1 - German DOS Floppy (from Tobis87, updated info from markcoolio in bug report #2723787, updated info from #2797962)) // Executable scanning reports "2.000.274" {"laurabow2", "", { |