From 33994420c10251e26a864963fd7314145d25b4e3 Mon Sep 17 00:00:00 2001 From: Einar Johan Trøan Sømåen Date: Wed, 18 Jul 2012 17:00:22 +0200 Subject: WINTERMUTE: Add detection for The Box --- engines/wintermute/detection.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'engines/wintermute') diff --git a/engines/wintermute/detection.cpp b/engines/wintermute/detection.cpp index b91f57f0c8..5a6b696d0d 100644 --- a/engines/wintermute/detection.cpp +++ b/engines/wintermute/detection.cpp @@ -44,6 +44,7 @@ static const PlainGameDescriptor wintermuteGames[] = { {"mirage", "Mirage"}, {"pigeons", "Pigeons in the Park"}, {"rosemary", "Rosemary"}, + {"thebox", "The Box"}, {"twc", "the white chamber"}, {"wintermute", "Wintermute engine game"}, {0, 0} @@ -169,6 +170,15 @@ static const ADGameDescription gameDescriptions[] = { ADGF_UNSTABLE, GUIO0() }, + { + "thebox", + "", + AD_ENTRY1s("data.dcp", "ec5f0c7e8174e307701447b53afe7e2f", 108372483), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, { "twc", "", -- cgit v1.2.3