From 4f98984fbd45f9ec708facad2ceaf7df5f6dbb46 Mon Sep 17 00:00:00 2001 From: Einar Johan Trøan Sømåen Date: Tue, 18 Jun 2013 22:29:13 +0200 Subject: WINTERMUTE: Add detection entry for The Trader of Stories (Demo) --- engines/wintermute/detection_tables.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'engines/wintermute/detection_tables.h') 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", -- cgit v1.2.3