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

dreammaster paulfgilbert at gmail.com
Sat Oct 31 22:09:28 UTC 2020


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:
a834c285eb SHERLOCK: Added Scalpel Chinese detection entry


Commit: a834c285eb8d37f75060bc9752d50fe888a6f65f
    https://github.com/scummvm/scummvm/commit/a834c285eb8d37f75060bc9752d50fe888a6f65f
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-10-31T15:09:20-07:00

Commit Message:
SHERLOCK: Added Scalpel Chinese detection entry

Changed paths:
    engines/sherlock/detection_tables.h


diff --git a/engines/sherlock/detection_tables.h b/engines/sherlock/detection_tables.h
index 440363534a..b942b4161b 100644
--- a/engines/sherlock/detection_tables.h
+++ b/engines/sherlock/detection_tables.h
@@ -211,6 +211,21 @@ static const SherlockGameDescription gameDescriptions[] = {
 		GType_SerratedScalpel,
 	},
 
+	{
+		// Case of the Serrated Scalpel - Traditional Chinese
+		// Provided by AquariumTroop
+		{
+			"scalpel",
+			0,
+			AD_ENTRY1s("talk.lib", "334c7d468860f20eafbcd002891f0c6b", 173935),
+			Common::ZH_CNA,
+			Common::kPlatformDOS,
+			ADGF_UNSTABLE,
+			GUIO1(GUIO_NOSPEECH)
+		},
+		GType_SerratedScalpel,
+	},
+
 	{
 		// Case of the Rose Tattoo - French CD
 		// Provided by Strangerke




More information about the Scummvm-git-logs mailing list