diff options
author | Eugene Sandulenko | 2007-04-09 11:22:19 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2007-04-09 11:22:19 +0000 |
commit | 44bd3e83bfbf472ccd444679deb893d2fce5d231 (patch) | |
tree | d86464b035a883a50b31588ca9752feca0bab439 | |
parent | cfcf281b86ea412ae9c85475bc4ae20ccf47f651 (diff) | |
download | scummvm-rg350-44bd3e83bfbf472ccd444679deb893d2fce5d231.tar.gz scummvm-rg350-44bd3e83bfbf472ccd444679deb893d2fce5d231.tar.bz2 scummvm-rg350-44bd3e83bfbf472ccd444679deb893d2fce5d231.zip |
Add another gob3 demo
svn-id: r26431
-rw-r--r-- | engines/gob/detection.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index d029e7af39..2b22fc409c 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -908,6 +908,18 @@ static const GOBGameDescription gameDescriptions[] = { }, { { + "gob3", + "Non-interactive Demo", + AD_ENTRY1s("intro.stk", "9e20ad7b471b01f84db526da34eaf0a2", 395561), + EN_ANY, + kPlatformPC, + Common::ADGF_DEMO + }, + GF_GOB3, + "intro" + }, + { + { "woodruff", "", AD_ENTRY1s("intro.stk", "dccf9d31cb720b34d75487408821b77e", 20296390), |