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

dreammaster dreammaster at scummvm.org
Mon May 8 04:51:17 CEST 2017


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:
a795c450bb SHERLOCK: Add detection entry for Italian fan translation


Commit: a795c450bb1f712abb9e8451beeb086024df2eb7
    https://github.com/scummvm/scummvm/commit/a795c450bb1f712abb9e8451beeb086024df2eb7
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-05-07T22:51:05-04:00

Commit Message:
SHERLOCK: Add detection entry for Italian fan translation

Changed paths:
    engines/sherlock/detection_tables.h


diff --git a/engines/sherlock/detection_tables.h b/engines/sherlock/detection_tables.h
index ce6eafc..9c88abb 100644
--- a/engines/sherlock/detection_tables.h
+++ b/engines/sherlock/detection_tables.h
@@ -112,6 +112,23 @@ static const SherlockGameDescription gameDescriptions[] = {
 	},
 
 	{
+		// Case of the Serrated Scalpel - Italian fan translation
+		{
+			"scalpel",
+			0, {
+				{"talk.lib", 0, "1a547f96476a3a50cf6f0d599a4f5bcc", 247406},
+				{"music.lib", 0, "68ae2f7684ecf903bd60a00bb6bae195", 366465},
+				AD_LISTEND},
+			Common::ES_ESP,
+			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 - English 3DO
 		{
 			"scalpel",





More information about the Scummvm-git-logs mailing list