aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobia Tesan2016-03-05 20:46:43 +0100
committerTobia Tesan2016-03-05 20:46:43 +0100
commitd6c772c4de124a86dcfc5df3ad94b00a0380a17e (patch)
tree2e9cfbcda7466f166a98e0b1844a70bbd1f330dd
parent2c8160245460cc9a7a864b58b4e962f7a2c77c4b (diff)
downloadscummvm-rg350-d6c772c4de124a86dcfc5df3ad94b00a0380a17e.tar.gz
scummvm-rg350-d6c772c4de124a86dcfc5df3ad94b00a0380a17e.tar.bz2
scummvm-rg350-d6c772c4de124a86dcfc5df3ad94b00a0380a17e.zip
WINTERMUTE: Add detection entry for Carol Reed 5 Demo
-rw-r--r--engines/wintermute/detection_tables.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 25a01766e4..258dd6d570 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -185,6 +185,9 @@ static const WMEGameDescription gameDescriptions[] = {
// Carol Reed 5 - The Colour of Murder
WME_WINENTRY("carolreed5", "",
WME_ENTRY1s("data.dcp", "3fcfca44209545d0e26774156427b494", 603660415), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION),
+ // Carol Reed 5 - The Colour of Murder (1.0 Demo)
+ WME_WINENTRY("carolreed5", "Demo",
+ WME_ENTRY1s("data.dcp", "27b3efc018ade5ee8f4adf08b4e3c0dd", 92019500), Common::EN_ANY, ADGF_UNSTABLE | ADGF_DEMO, LATEST_VERSION),
// Carol Reed 6 - Black Circle
WME_WINENTRY("carolreed6", "",
WME_ENTRY1s("data.dcp", "0e4c532beecf23d85012168753f41189", 456258147), Common::EN_ANY, ADGF_UNSTABLE, LATEST_VERSION),