diff options
author | Sven Hesse | 2007-07-27 01:41:58 +0000 |
---|---|---|
committer | Sven Hesse | 2007-07-27 01:41:58 +0000 |
commit | d6b08fc7514ec6c857613756a7d05f31648ffbcf (patch) | |
tree | 6b98a8325003fe33e926839666136a4ad1e2eaa2 | |
parent | de29c28483567c84c9b875f8b12202797985d74f (diff) | |
download | scummvm-rg350-d6b08fc7514ec6c857613756a7d05f31648ffbcf.tar.gz scummvm-rg350-d6b08fc7514ec6c857613756a7d05f31648ffbcf.tar.bz2 scummvm-rg350-d6b08fc7514ec6c857613756a7d05f31648ffbcf.zip |
- AJWorld has Adlib
- Fixing languages for one version of Woodruff
svn-id: r28228
-rw-r--r-- | engines/gob/detection.cpp | 56 |
1 files changed, 54 insertions, 2 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index f793dbaca5..07c6b380f0 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -823,7 +823,7 @@ static const GOBGameDescription gameDescriptions[] = { Common::ADGF_NO_FLAGS }, kGameTypeGob2, - kFeaturesNone, + kFeaturesAdlib, "intro" }, { @@ -1095,7 +1095,59 @@ static const GOBGameDescription gameDescriptions[] = { "woodruff", "", AD_ENTRY1s("intro.stk", "dccf9d31cb720b34d75487408821b77e", 20296390), - UNK_LANG, + EN_GRB, + kPlatformPC, + Common::ADGF_NO_FLAGS + }, + kGameTypeWoodruff, + kFeatures640, + "intro" + }, + { + { + "woodruff", + "", + AD_ENTRY1s("intro.stk", "dccf9d31cb720b34d75487408821b77e", 20296390), + DE_DEU, + kPlatformPC, + Common::ADGF_NO_FLAGS + }, + kGameTypeWoodruff, + kFeatures640, + "intro" + }, + { + { + "woodruff", + "", + AD_ENTRY1s("intro.stk", "dccf9d31cb720b34d75487408821b77e", 20296390), + FR_FRA, + kPlatformPC, + Common::ADGF_NO_FLAGS + }, + kGameTypeWoodruff, + kFeatures640, + "intro" + }, + { + { + "woodruff", + "", + AD_ENTRY1s("intro.stk", "dccf9d31cb720b34d75487408821b77e", 20296390), + IT_ITA, + kPlatformPC, + Common::ADGF_NO_FLAGS + }, + kGameTypeWoodruff, + kFeatures640, + "intro" + }, + { + { + "woodruff", + "", + AD_ENTRY1s("intro.stk", "dccf9d31cb720b34d75487408821b77e", 20296390), + ES_ESP, kPlatformPC, Common::ADGF_NO_FLAGS }, |