diff options
author | Sven Hesse | 2011-05-04 21:20:27 +0200 |
---|---|---|
committer | Sven Hesse | 2011-05-04 21:20:27 +0200 |
commit | db22f32a446ea31693c3c13f336fae776742e082 (patch) | |
tree | ac499917427db097a4076e3b80270e494c6d526f /engines/gob | |
parent | 31818ad4fd42c9a0689eed30a44ab7b846e52d1e (diff) | |
download | scummvm-rg350-db22f32a446ea31693c3c13f336fae776742e082.tar.gz scummvm-rg350-db22f32a446ea31693c3c13f336fae776742e082.tar.bz2 scummvm-rg350-db22f32a446ea31693c3c13f336fae776742e082.zip |
GOB: Add another Italian Fascination version
As supplied by alex86r in bug report #3297633.
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection_tables.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/gob/detection_tables.h b/engines/gob/detection_tables.h index fea32ec0a5..832300f785 100644 --- a/engines/gob/detection_tables.h +++ b/engines/gob/detection_tables.h @@ -2278,6 +2278,20 @@ static const GOBGameDescription gameDescriptions[] = { kFeaturesAdLib, "disk0.stk", 0, 0 }, + { // Supplied by alex86r in bug report #3297633 + { + "fascination", + "VGA 3 disks edition", + AD_ENTRY1s("disk0.stk", "ab3dfdce43917bc806812959d692fc8f", 1061929), + IT_ITA, + kPlatformPC, + ADGF_NO_FLAGS, + GUIO_NOSUBTITLES | GUIO_NOSPEECH + }, + kGameTypeFascination, + kFeaturesAdLib, + "disk0.stk", 0, 0 + }, { { "fascination", |