[Scummvm-git-logs] scummvm master -> ccf904d8fffcf229a97686555192c983e9732bcb

dreammaster paulfgilbert at gmail.com
Fri Aug 2 03:50:51 CEST 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:
ccf904d8ff SHERLOCK: SS: Add French version detection


Commit: ccf904d8fffcf229a97686555192c983e9732bcb
    https://github.com/scummvm/scummvm/commit/ccf904d8fffcf229a97686555192c983e9732bcb
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2019-08-01T18:50:44-07:00

Commit Message:
SHERLOCK: SS: Add French version detection

Changed paths:
    engines/sherlock/detection_tables.h


diff --git a/engines/sherlock/detection_tables.h b/engines/sherlock/detection_tables.h
index a18227f..d20ca92 100644
--- a/engines/sherlock/detection_tables.h
+++ b/engines/sherlock/detection_tables.h
@@ -40,6 +40,22 @@ static const SherlockGameDescription gameDescriptions[] = {
 	},
 
 	{
+		// Case of the Serrated Scalpel - French
+		// Provided by InsertDisk2 - Patch #11040
+		{
+			"scalpel",
+			0,
+			AD_ENTRY1s("talk.lib", "295ef96a50641d44f44c02c90cf7948e", 259541),
+			Common::FR_FRA,
+			Common::kPlatformDOS,
+			ADGF_UNSTABLE,
+			GUIO6(GUIO_NOSPEECH, GAMEOPTION_ORIGINAL_SAVES, GAMEOPTION_FADE_STYLE, GAMEOPTION_HELP_STYLE,
+				GAMEOPTION_PORTRAITS_ON, GAMEOPTION_WINDOW_STYLE)
+		},
+		GType_SerratedScalpel,
+	},
+
+	{
 		// Case of the Serrated Scalpel - German CD (from multilingual CD)
 		// Provided by m_kiewitz
 		{





More information about the Scummvm-git-logs mailing list