diff options
author | Torbjörn Andersson | 2007-02-01 05:33:59 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2007-02-01 05:33:59 +0000 |
commit | edb61e5b0146cbd896f3137a6b859f3fa3589bef (patch) | |
tree | b355069458a4cac6ca8ec68acda4d0e604cc428f /engines/gob | |
parent | bc9df7e5c983af70d61877e8c023e57024c47c26 (diff) | |
download | scummvm-rg350-edb61e5b0146cbd896f3137a6b859f3fa3589bef.tar.gz scummvm-rg350-edb61e5b0146cbd896f3137a6b859f3fa3589bef.tar.bz2 scummvm-rg350-edb61e5b0146cbd896f3137a6b859f3fa3589bef.zip |
Added my version of Woodruff so that I, too, can get the "Unknown version of
game engine" error, rather than a failed assertion, if I try to start it.
svn-id: r25318
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 62ca5d888f..be01d250b7 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -477,6 +477,17 @@ static const GOBGameDescription gameDescriptions[] = { { "woodruff", "", + AD_ENTRY1s("intro.stk", "b50fee012a5abcd0ac2963e1b4b56bec", 20298108), + EN_USA, + kPlatformPC, + }, + GF_WOODRUFF, + "intro" + }, + { + { + "woodruff", + "", AD_ENTRY1s("intro.stk", "5f5f4e0a72c33391e67a47674b120cc6", 20296422), DE_DEU, kPlatformPC, |