diff options
author | Sven Hesse | 2011-05-04 21:20:27 +0200 |
---|---|---|
committer | Sven Hesse | 2011-05-04 21:22:05 +0200 |
commit | cc0d85bc460056a97be32e4949a63b3c200eedee (patch) | |
tree | b545d1e9200c85aa47560a437d3cae13acb74df4 | |
parent | db0ea839c11a71ac1589fac30811f8e6268ab195 (diff) | |
download | scummvm-rg350-cc0d85bc460056a97be32e4949a63b3c200eedee.tar.gz scummvm-rg350-cc0d85bc460056a97be32e4949a63b3c200eedee.tar.bz2 scummvm-rg350-cc0d85bc460056a97be32e4949a63b3c200eedee.zip |
GOB: Add another Italian Fascination version
As supplied by alex86r in bug report #3297633.
(cherry picked from commit db22f32a446ea31693c3c13f336fae776742e082)
-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", |