diff options
author | Sven Hesse | 2008-09-07 16:27:04 +0000 |
---|---|---|
committer | Sven Hesse | 2008-09-07 16:27:04 +0000 |
commit | f2ef3015f94aed18c6849849f0a630c86d6087e0 (patch) | |
tree | d92508ffa12ca1776f118d0de8330703dce6af5f /engines/gob | |
parent | 07b59d1936cb88c3bcd1847b7ecc9fac38d90555 (diff) | |
download | scummvm-rg350-f2ef3015f94aed18c6849849f0a630c86d6087e0.tar.gz scummvm-rg350-f2ef3015f94aed18c6849849f0a630c86d6087e0.tar.bz2 scummvm-rg350-f2ef3015f94aed18c6849849f0a630c86d6087e0.zip |
Added polish version of Woodruff, as supplied by goodoldgeorg in bug report #2098838
svn-id: r34415
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 5fc579039f..2b0c015677 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -1880,6 +1880,19 @@ static const GOBGameDescription gameDescriptions[] = { kFeatures640, "intro" }, + { // Supplied by goodoldgeorg in bug report #2098838 + { + "woodruff", + "", + AD_ENTRY1s("intro.stk", "08a96bf061af1fa4f75c6a7cc56b60a4", 20734979), + PL_POL, + kPlatformPC, + Common::ADGF_NO_FLAGS + }, + kGameTypeWoodruff, + kFeatures640, + "intro" + }, { { "dynasty", |