diff options
author | Sven Hesse | 2008-05-24 14:23:16 +0000 |
---|---|---|
committer | Sven Hesse | 2008-05-24 14:23:16 +0000 |
commit | b36354c998f19411f35f968895a4dd83546ffa5b (patch) | |
tree | 32c2f2110e953b1d1b5ef9445b3ad78aa7d716e2 /engines/gob | |
parent | 6af9fcc57991c504382bd5a3be65fc4992c2e868 (diff) | |
download | scummvm-rg350-b36354c998f19411f35f968895a4dd83546ffa5b.tar.gz scummvm-rg350-b36354c998f19411f35f968895a4dd83546ffa5b.tar.bz2 scummvm-rg350-b36354c998f19411f35f968895a4dd83546ffa5b.zip |
Added the Italien version of Woodruff, as supplied by DjDiabolik in bug report #1891864
svn-id: r32244
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection.cpp | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index cbc9272e80..f1efccc808 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -1684,6 +1684,71 @@ static const GOBGameDescription gameDescriptions[] = { kFeatures640, "intro" }, + { // Supplied by DjDiabolik in bug report #1971294 + { + "woodruff", + "", + AD_ENTRY1s("intro.stk", "60348a87651f92e8492ee0070556a96d8", 7069736), + EN_GRB, + kPlatformPC, + Common::ADGF_NO_FLAGS + }, + kGameTypeWoodruff, + kFeatures640, + "intro" + }, + { // Supplied by DjDiabolik in bug report #1971294 + { + "woodruff", + "", + AD_ENTRY1s("intro.stk", "60348a87651f92e8492ee0070556a96d8", 7069736), + DE_DEU, + kPlatformPC, + Common::ADGF_NO_FLAGS + }, + kGameTypeWoodruff, + kFeatures640, + "intro" + }, + { // Supplied by DjDiabolik in bug report #1971294 + { + "woodruff", + "", + AD_ENTRY1s("intro.stk", "60348a87651f92e8492ee0070556a96d8", 7069736), + FR_FRA, + kPlatformPC, + Common::ADGF_NO_FLAGS + }, + kGameTypeWoodruff, + kFeatures640, + "intro" + }, + { // Supplied by DjDiabolik in bug report #1971294 + { + "woodruff", + "", + AD_ENTRY1s("intro.stk", "60348a87651f92e8492ee0070556a96d8", 7069736), + IT_ITA, + kPlatformPC, + Common::ADGF_NO_FLAGS + }, + kGameTypeWoodruff, + kFeatures640, + "intro" + }, + { // Supplied by DjDiabolik in bug report #1971294 + { + "woodruff", + "", + AD_ENTRY1s("intro.stk", "60348a87651f92e8492ee0070556a96d8", 7069736), + ES_ESP, + kPlatformPC, + Common::ADGF_NO_FLAGS + }, + kGameTypeWoodruff, + kFeatures640, + "intro" + }, { { "dynasty", |