diff options
author | Einar Johan Trøan Sømåen | 2012-06-03 03:49:56 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2012-06-03 03:49:56 +0200 |
commit | c69f3bf8b678e0c928f7c1f712ddadc7d8a09f42 (patch) | |
tree | d4f140dc40c1ead79fdedad8cbda09d73e17a9b7 /engines/wintermute | |
parent | d79549964c23336dd609702defb9ac740ab971ff (diff) | |
download | scummvm-rg350-c69f3bf8b678e0c928f7c1f712ddadc7d8a09f42.tar.gz scummvm-rg350-c69f3bf8b678e0c928f7c1f712ddadc7d8a09f42.tar.bz2 scummvm-rg350-c69f3bf8b678e0c928f7c1f712ddadc7d8a09f42.zip |
WINTERMUTE: Add detection for the white chamber v1.7
Diffstat (limited to 'engines/wintermute')
-rw-r--r-- | engines/wintermute/detection.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/wintermute/detection.cpp b/engines/wintermute/detection.cpp index d7eb48e4be..8d38eeb1ef 100644 --- a/engines/wintermute/detection.cpp +++ b/engines/wintermute/detection.cpp @@ -73,6 +73,16 @@ static const ADGameDescription gameDescriptions[] = { ADGF_DEMO, GUIO0() }, + { + "wintermute", + "the white chamber", + AD_ENTRY1s("data.dcp", "0011d01142547c61e51ba24dc42b579e", 186451273), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE | + ADGF_USEEXTRAASTITLE, + GUIO0() + }, AD_TABLE_END_MARKER }; |