aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kiewitz2015-05-22 14:16:52 +0200
committerMartin Kiewitz2015-05-22 14:16:52 +0200
commit0dc565641d444ef537f4a550c88fbd2c1af023f7 (patch)
treeec911f30502447f6b4705c4bd75fa47962f03438
parentfbc4b98f32b5a4b115ff58f8ffc7a93113565a93 (diff)
downloadscummvm-rg350-0dc565641d444ef537f4a550c88fbd2c1af023f7.tar.gz
scummvm-rg350-0dc565641d444ef537f4a550c88fbd2c1af023f7.tar.bz2
scummvm-rg350-0dc565641d444ef537f4a550c88fbd2c1af023f7.zip
SHERLOCK: add detection entry Sherlock 2 German
-rw-r--r--engines/sherlock/detection_tables.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/engines/sherlock/detection_tables.h b/engines/sherlock/detection_tables.h
index 9315fa1bdd..208b6710af 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 }
};