diff options
author | Arnaud Boutonné | 2009-06-16 07:14:07 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2009-06-16 07:14:07 +0000 |
commit | 2668ea46944a40a1c84993464b1922c10c5b75ba (patch) | |
tree | 9346f980a879c48c807c026aa41984fc4feccfe9 /engines/gob | |
parent | 475c967d0da0bbf281bad393a5395450af4627a0 (diff) | |
download | scummvm-rg350-2668ea46944a40a1c84993464b1922c10c5b75ba.tar.gz scummvm-rg350-2668ea46944a40a1c84993464b1922c10c5b75ba.tar.bz2 scummvm-rg350-2668ea46944a40a1c84993464b1922c10c5b75ba.zip |
Add MD5 for Playtoons 3 (english)
svn-id: r41579
Diffstat (limited to 'engines/gob')
-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 854bdc7b49..7a62e0fef7 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -3208,6 +3208,24 @@ static const GOBGameDescription gameDescriptions[] = { { { "playtoons3", + "", + { + {"playtoon.stk", 0, "9e513e993a5b0e2496add3f50c08764b", 30448506}, + {"chato.stk", 0, "8fc8d0da5b3e758908d1d7298d497d0b", 6041026}, + {0, 0, 0, 0} + }, + EN_ANY, + kPlatformPC, + ADGF_NO_FLAGS, + GUIO_NOSUBTITLES || GUIO_NOSPEECH + }, + kGameTypePlaytoon, + kFeatures640, + "intro2.stk", 0, 0 + }, + { + { + "playtoons3", "Pack mes histoires anim\xE9""es", { {"playtoon.stk", 0, "55f0293202963854192e39474e214f5f", 30448474}, |