From 6b3c03317d236da2c8d13754d59a8a9bd9ae851b Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Tue, 31 Jul 2007 20:15:58 +0000 Subject: Added Ween English Atari ST and updated the Amiga version, as provided by pwigren in bug #1764174 svn-id: r28369 --- engines/gob/detection.cpp | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'engines/gob') diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 4286e10b6d..18c7e31717 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -622,7 +622,11 @@ static const GOBGameDescription gameDescriptions[] = { { "ween", "", - AD_ENTRY1s("intro.stk", "bfd9d02faf3d8d60a2cf744f95eb48dd", 456570), + { + {"intro.stk", 0, "bfd9d02faf3d8d60a2cf744f95eb48dd", 456570}, + {"ween.ins", 0, "d2cb24292c9ddafcad07e23382027218", 87800}, + {NULL, 0, NULL, 0} + }, EN_GRB, kPlatformAmiga, Common::ADGF_NO_FLAGS @@ -631,6 +635,23 @@ static const GOBGameDescription gameDescriptions[] = { kFeaturesNone, "intro" }, + { // Supplied by pwigren in bug report #1764174 + { + "ween", + "", + { + {"intro.stk", 0, "bfd9d02faf3d8d60a2cf744f95eb48dd", 456570}, + {"music__5.snd", 0, "7d1819b9981ecddd53d3aacbc75f1cc8", 13446}, + {NULL, 0, NULL, 0} + }, + EN_GRB, + kPlatformAtariST, + Common::ADGF_NO_FLAGS + }, + kGameTypeWeen, + kFeaturesNone, + "intro" + }, { // Supplied by vampir_raziel in bug report #1658373 { "ween", -- cgit v1.2.3