diff options
author | Arnaud Boutonné | 2009-07-07 07:51:18 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2009-07-07 07:51:18 +0000 |
commit | 45b7e5bbc2ef9d70b004d5c341334f92448c373d (patch) | |
tree | e5ee22530d507acc57bd73000bb869f5c7614593 | |
parent | c716e43a2bad7fbf7ad6e1ea0594a84cb24ae49b (diff) | |
download | scummvm-rg350-45b7e5bbc2ef9d70b004d5c341334f92448c373d.tar.gz scummvm-rg350-45b7e5bbc2ef9d70b004d5c341334f92448c373d.tar.bz2 scummvm-rg350-45b7e5bbc2ef9d70b004d5c341334f92448c373d.zip |
Add detection of Playtoons 2 En
svn-id: r42208
-rw-r--r-- | engines/gob/detection.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 9426c01ef2..f8a590e57e 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -3438,6 +3438,24 @@ static const GOBGameDescription gameDescriptions[] = { "playtoons2", "", { + {"playtoon.stk", 0, "4772c96be88a57f0561519e4a1526c62", 24406262}, + {"spirou.stk", 0, "5d9c7644d0c47840169b4d016765cc1a", 9816201}, + {0, 0, 0, 0} + }, + EN_ANY, + kPlatformPC, + ADGF_NO_FLAGS, + GUIO_NOSUBTITLES | GUIO_NOSPEECH + }, + kGameTypePlaytoon, + kFeatures640, + "intro2.stk", 0, 0 + }, + { + { + "playtoons2", + "", + { {"playtoon.stk", 0, "55a85036dd93cce93532d8f743d90074", 17467154}, {"spirou.stk", 0, "e3e1b6148dd72fafc3637f1a8e5764f5", 9812043}, {0, 0, 0, 0} |