diff options
author | Sven Hesse | 2007-07-31 20:15:58 +0000 |
---|---|---|
committer | Sven Hesse | 2007-07-31 20:15:58 +0000 |
commit | 6b3c03317d236da2c8d13754d59a8a9bd9ae851b (patch) | |
tree | f46e9d4100f1b82d038ac8ded97fe78c6f09546f /engines/gob | |
parent | 4b008f97242e60d12899a89968cb129afc3c22a8 (diff) | |
download | scummvm-rg350-6b3c03317d236da2c8d13754d59a8a9bd9ae851b.tar.gz scummvm-rg350-6b3c03317d236da2c8d13754d59a8a9bd9ae851b.tar.bz2 scummvm-rg350-6b3c03317d236da2c8d13754d59a8a9bd9ae851b.zip |
Added Ween English Atari ST and updated the Amiga version, as provided by pwigren in bug #1764174
svn-id: r28369
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection.cpp | 23 |
1 files changed, 22 insertions, 1 deletions
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", |