[Scummvm-cvs-logs] scummvm master -> 0dc565641d444ef537f4a550c88fbd2c1af023f7

m-kiewitz m_kiewitz at users.sourceforge.net
Fri May 22 14:17:01 CEST 2015


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:
0dc565641d SHERLOCK: add detection entry Sherlock 2 German


Commit: 0dc565641d444ef537f4a550c88fbd2c1af023f7
    https://github.com/scummvm/scummvm/commit/0dc565641d444ef537f4a550c88fbd2c1af023f7
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2015-05-22T14:16:52+02:00

Commit Message:
SHERLOCK: add detection entry Sherlock 2 German

Changed paths:
    engines/sherlock/detection_tables.h



diff --git a/engines/sherlock/detection_tables.h b/engines/sherlock/detection_tables.h
index 9315fa1..208b671 100644
--- a/engines/sherlock/detection_tables.h
+++ b/engines/sherlock/detection_tables.h
@@ -99,6 +99,21 @@ static const SherlockGameDescription gameDescriptions[] = {
 		GType_RoseTattoo,
 	},
 
+	{
+		// Case of the Rose Tattoo - German CD
+		// Provided by m_kiewitz
+		{
+			"rosetattoo",
+			"CD",
+			AD_ENTRY1s("talk.lib", "5027aa72f0d263ed3b1c764a6c397911", 873864),
+  			Common::DE_DEU,
+			Common::kPlatformDOS,
+			ADGF_UNSTABLE,
+			GUIO0()
+		},
+		GType_RoseTattoo,
+	},
+
 	{ AD_TABLE_END_MARKER, (GameType)0 }
 };
 






More information about the Scummvm-git-logs mailing list