diff options
author | Einar Johan Trøan Sømåen | 2013-08-12 00:33:41 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2013-08-12 00:33:41 +0200 |
commit | 41c1ea29b3ae0f0846199ad825718bbdfdeeb846 (patch) | |
tree | 4fde5aee5698ed968a11a0d7e7ce236df09f1128 | |
parent | 6454721e31c01fc94be2cdc1ffb0852c3c8a33b8 (diff) | |
download | scummvm-rg350-41c1ea29b3ae0f0846199ad825718bbdfdeeb846.tar.gz scummvm-rg350-41c1ea29b3ae0f0846199ad825718bbdfdeeb846.tar.bz2 scummvm-rg350-41c1ea29b3ae0f0846199ad825718bbdfdeeb846.zip |
WINTERMUTE: Add detection for Blue Madonna-demo.
-rw-r--r-- | engines/wintermute/detection_tables.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 3d9afe7c97..702c0b28ba 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -141,6 +141,17 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO0() }, + // Carol Reed 7 - Blue Madonna (Demo) + { + "carolreed7", + "Demo", + AD_ENTRY1s("data.dcp", "0372ad0c775266f6355e9e8ae397a2f1", 103719442), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE | + ADGF_DEMO, + GUIO0() + }, // Carol Reed 7 - Blue Madonna { "carolreed7", |