From 5e5eb39197b8bc2fbba55ff01ecdd456c04ab97c Mon Sep 17 00:00:00 2001 From: Jean-Christophe Rona Date: Sat, 2 Feb 2019 11:41:59 +0100 Subject: SCI32: LIGHTHOUSE: Add French version 1.0c --- engines/sci/detection_tables.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'engines') diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 6a65db262a..ae11705fbe 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -2899,6 +2899,16 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LIGHTHOUSE }, + // Lighthouse - French DOS + // VERSION file reports "1.0c" + {"lighthouse", "", { + {"resmap.001", 0, "7f768cb4ee53026ea8fc662e44e7c0de", 7870}, + {"ressci.001", 0, "dbb615146ec943e4ff7764a485c90511", 122184234}, + {"resmap.002", 0, "3fa427abab4c1d7bbea3033c064fc182", 7636}, + {"ressci.002", 0, "6635764dc258b2041ca9a387e5aaab25", 114880156}, + AD_LISTEND}, + Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LIGHTHOUSE }, + #undef GUIO_LIGHTHOUSE_DEMO #undef GUIO_LIGHTHOUSE -- cgit v1.2.3