diff options
author | Sven Hesse | 2008-07-08 11:36:52 +0000 |
---|---|---|
committer | Sven Hesse | 2008-07-08 11:36:52 +0000 |
commit | da0495cd786b7e8a874024a657e062a49a665fba (patch) | |
tree | d1e2e3c67f0d04354468549dc7a383a3509e5145 /engines | |
parent | 4a1cc7801661425c0e2eee527e886cd0f6b57263 (diff) | |
download | scummvm-rg350-da0495cd786b7e8a874024a657e062a49a665fba.tar.gz scummvm-rg350-da0495cd786b7e8a874024a657e062a49a665fba.tar.bz2 scummvm-rg350-da0495cd786b7e8a874024a657e062a49a665fba.zip |
Added a Gob1 version supplied by raina in the forums.
It does look like the Mac version with a DOS executable and stripped music to me, so let's hope the Mac level image workaround works there as well.
svn-id: r32963
Diffstat (limited to 'engines')
-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 8351f2ecfb..63a0f8f45b 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -277,6 +277,19 @@ static const GOBGameDescription gameDescriptions[] = { kFeaturesNone, "intro" }, + { // Supplied by raina in the forums + { + "gob1", + "", + AD_ENTRY1s("intro.stk", "6d837c6380d8f4d984c9f6cc0026df4f", 192712), + EN_ANY, + kPlatformMacintosh, + Common::ADGF_NO_FLAGS + }, + kGameTypeGob1, + kFeaturesNone, + "intro" + }, { // Supplied by paul66 in bug report #1652352 { "gob1", |