diff options
author | Arnaud Boutonné | 2009-07-14 15:48:05 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2009-07-14 15:48:05 +0000 |
commit | 810961e685d54ed4758de770918d459e01519320 (patch) | |
tree | def02f7272cfdbafc581d54045ae561730a829a8 | |
parent | 9a2785bc3b3829688ffceccfc6563ed4c69cdc49 (diff) | |
download | scummvm-rg350-810961e685d54ed4758de770918d459e01519320.tar.gz scummvm-rg350-810961e685d54ed4758de770918d459e01519320.tar.bz2 scummvm-rg350-810961e685d54ed4758de770918d459e01519320.zip |
Add detection for Playtoons 4 EN_ANY as supplied by goodoldgeorg in bug #2820006
svn-id: r42483
-rw-r--r-- | engines/gob/detection.cpp | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index e56bc418a2..61c17b16f8 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -3561,7 +3561,6 @@ static const GOBGameDescription gameDescriptions[] = { kFeatures640, "intro2.stk", 0, 0 }, - { { "playtoons4", @@ -3580,6 +3579,24 @@ static const GOBGameDescription gameDescriptions[] = { kFeatures640, "intro2.stk", 0, 0 }, + { //Supplied by goodoldgeorg in bug report #2820006 + { + "playtoons4", + "", + { + {"playtoon.stk", 0, "9e513e993a5b0e2496add3f50c08764b", 30448506}, + {"manda.stk", 0, "69a79c9f61b2618e482726f2ff68078d", 6499208}, + {0, 0, 0, 0} + }, + EN_ANY, + kPlatformPC, + ADGF_NO_FLAGS, + GUIO_NOSUBTITLES | GUIO_NOSPEECH + }, + kGameTypePlaytoon, + kFeatures640, + "intro2.stk", 0, 0 + }, { { "playtoons5", |