diff options
author | Einar Johan Trøan Sømåen | 2012-07-18 17:00:22 +0200 |
---|---|---|
committer | Einar Johan Trøan Sømåen | 2012-07-18 17:00:22 +0200 |
commit | 33994420c10251e26a864963fd7314145d25b4e3 (patch) | |
tree | 32adc68690c8fbe1481a3b98c4094794ebbab5d4 | |
parent | 1973d745afa320fac5f8c0772faa3c67c15d0dbb (diff) | |
download | scummvm-rg350-33994420c10251e26a864963fd7314145d25b4e3.tar.gz scummvm-rg350-33994420c10251e26a864963fd7314145d25b4e3.tar.bz2 scummvm-rg350-33994420c10251e26a864963fd7314145d25b4e3.zip |
WINTERMUTE: Add detection for The Box
-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 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} @@ -170,6 +171,15 @@ static const ADGameDescription gameDescriptions[] = { GUIO0() }, { + "thebox", + "", + AD_ENTRY1s("data.dcp", "ec5f0c7e8174e307701447b53afe7e2f", 108372483), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO0() + }, + { "twc", "", AD_ENTRY1s("data.dcp", "0011d01142547c61e51ba24dc42b579e", 186451273), |