diff options
author | Sven Hesse | 2009-06-06 11:34:11 +0000 |
---|---|---|
committer | Sven Hesse | 2009-06-06 11:34:11 +0000 |
commit | a5a0a9536115cc9e0169e9cb75274a9f61c02e73 (patch) | |
tree | a170ea89a84fd8d2a45213dfc8d29b1e42c2f96b | |
parent | d11d56ae13491f92c667b7210e4f4bac15425349 (diff) | |
download | scummvm-rg350-a5a0a9536115cc9e0169e9cb75274a9f61c02e73.tar.gz scummvm-rg350-a5a0a9536115cc9e0169e9cb75274a9f61c02e73.tar.bz2 scummvm-rg350-a5a0a9536115cc9e0169e9cb75274a9f61c02e73.zip |
Adding my German version of Playtoons 2 ("Rummelsdorf hoch zwei")
svn-id: r41219
-rw-r--r-- | engines/gob/detection.cpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 15e0f6ef6b..e291fd412a 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -2744,6 +2744,23 @@ static const GOBGameDescription gameDescriptions[] = { }, { { + "spirou", + "", + { + {"playtoon.stk", 0, "c5ca2a288cdaefca9556cd9ae4b579cf", 25158926}, + {"spirou.stk", 0, "91080dc148de1bbd6a97321c1a1facf3", 9817086}, + {0, 0, 0, 0} + }, + DE_DEU, + kPlatformPC, + ADGF_NO_FLAGS + }, + kGameTypePlaytoon, + kFeatures640, + "intro2.stk", 0, 0 + }, + { + { "chato", "", { |