[Scummvm-git-logs] scummvm master -> 5e5eb39197b8bc2fbba55ff01ecdd456c04ab97c
Mataniko
mataniko at gmail.com
Sat Feb 2 13:43:15 CET 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
5e5eb39197 SCI32: LIGHTHOUSE: Add French version 1.0c
Commit: 5e5eb39197b8bc2fbba55ff01ecdd456c04ab97c
https://github.com/scummvm/scummvm/commit/5e5eb39197b8bc2fbba55ff01ecdd456c04ab97c
Author: Jean-Christophe Rona (jc at rona.fr)
Date: 2019-02-02T07:43:12-05:00
Commit Message:
SCI32: LIGHTHOUSE: Add French version 1.0c
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 6a65db2..ae11705 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
More information about the Scummvm-git-logs
mailing list