diff options
author | Arnaud Boutonné | 2009-05-06 15:37:41 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2009-05-06 15:37:41 +0000 |
commit | fd1e6fad1ee4aae653795e3ecdd8ef48c3b0f155 (patch) | |
tree | 5e2d977141961d06148596b6b20da21af21e943c /engines/gob | |
parent | 5dc234a4e2497195ccfce87cc257b3c0b876928c (diff) | |
download | scummvm-rg350-fd1e6fad1ee4aae653795e3ecdd8ef48c3b0f155.tar.gz scummvm-rg350-fd1e6fad1ee4aae653795e3ecdd8ef48c3b0f155.tar.bz2 scummvm-rg350-fd1e6fad1ee4aae653795e3ecdd8ef48c3b0f155.zip |
Gob - Modify Features of PC versions of Fascination to Adlib. (thank DrMcCoy for fixing my error in previous version)
svn-id: r40362
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 0573e1184a..398345ca72 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -1546,7 +1546,7 @@ static const GOBGameDescription gameDescriptions[] = { ADGF_NO_FLAGS, }, kGameTypeFascination, - kFeaturesNone, + kFeaturesAdlib, "disk0.stk", 0 }, @@ -1561,7 +1561,7 @@ static const GOBGameDescription gameDescriptions[] = { ADGF_NO_FLAGS, }, kGameTypeFascination, - kFeaturesNone, + kFeaturesAdlib, "disk0.stk", 0 }, @@ -1575,7 +1575,7 @@ static const GOBGameDescription gameDescriptions[] = { ADGF_NO_FLAGS, }, kGameTypeFascination, - kFeaturesNone, + kFeaturesAdlib, "disk0.stk", 0 }, |