diff options
author | Einar Johan Trøan Sømåen | 2013-06-18 22:29:13 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2013-06-18 22:29:13 +0200 |
commit | 4f98984fbd45f9ec708facad2ceaf7df5f6dbb46 (patch) | |
tree | 9407e2f7ed6dde6721d8b6ac940aaaac50afa5cc | |
parent | c3022b537a02cc1af2bd691ece53fb25855ff6f1 (diff) | |
download | scummvm-rg350-4f98984fbd45f9ec708facad2ceaf7df5f6dbb46.tar.gz scummvm-rg350-4f98984fbd45f9ec708facad2ceaf7df5f6dbb46.tar.bz2 scummvm-rg350-4f98984fbd45f9ec708facad2ceaf7df5f6dbb46.zip |
WINTERMUTE: Add detection entry for The Trader of Stories (Demo)
-rw-r--r-- | engines/wintermute/detection_tables.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index eb04fd7ba5..8fb45dc8b9 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -48,6 +48,7 @@ static const PlainGameDescriptor wintermuteGames[] = { {"reversion2", "Reversion: The Meeting"}, {"rosemary", "Rosemary"}, {"thebox", "The Box"}, + {"tradestory", "The Trader of Stories"}, {"twc", "the white chamber"}, {"wintermute", "Wintermute engine game"}, {0, 0} @@ -556,6 +557,17 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO0() }, + // The Trader of Stories + { + "tradestory", + "Demo", + AD_ENTRY1s("data.dcp", "0a0b51191636cc8ead89b905281c3218", 40401902), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE | + ADGF_DEMO, + GUIO0() + }, // the white chamber (multi-language) { "twc", |