diff options
author | Sven Hesse | 2009-06-23 15:06:38 +0000 |
---|---|---|
committer | Sven Hesse | 2009-06-23 15:06:38 +0000 |
commit | 30d6e24d595b170fb96b1be14ec3e9133d64ec17 (patch) | |
tree | 97fb1681e93132f467224b3f78f662cb6a1e2e9e /engines/gob | |
parent | cf3eab927bb417d02afc01a2fc7b657840fc6d48 (diff) | |
download | scummvm-rg350-30d6e24d595b170fb96b1be14ec3e9133d64ec17.tar.gz scummvm-rg350-30d6e24d595b170fb96b1be14ec3e9133d64ec17.tar.bz2 scummvm-rg350-30d6e24d595b170fb96b1be14ec3e9133d64ec17.zip |
Added German Fascination (3 disk version), as supplied by windlepoons in bug report #2809247
svn-id: r41809
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection.cpp | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index acc24f69b4..efe9b259cc 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -1725,8 +1725,7 @@ static const GOBGameDescription gameDescriptions[] = { kFeaturesAdlib, "intro.stk", 0, 0 }, - //Provided by Sanguine - { + { // Supplied by sanguine { "fascination", "VGA 3 disks edition", @@ -1740,6 +1739,20 @@ static const GOBGameDescription gameDescriptions[] = { kFeaturesAdlib, "disk0.stk", 0, 0 }, + { // Supplied by windlepoons in bug report #2809247 + { + "fascination", + "VGA 3 disks edition", + AD_ENTRY1s("disk0.stk", "3a24e60a035250189643c86a9ceafb97", 1062480), + DE_DEU, + kPlatformPC, + ADGF_NO_FLAGS, + GUIO_NOSUBTITLES || GUIO_NOSPEECH + }, + kGameTypeFascination, + kFeaturesAdlib, + "disk0.stk", 0, 0 + }, { { "fascination", |