diff options
author | Paul Gilbert | 2016-11-21 20:24:25 -0500 |
---|---|---|
committer | Paul Gilbert | 2016-11-21 20:24:25 -0500 |
commit | bcad326ccbf78d9b0fdc959eeb7c00ac97681aad (patch) | |
tree | afffddf39ea3fb06a2390a859fa11952db7ce8c4 /engines/mads | |
parent | b3c686195fa01434124079a3c8533d6b2f8b9795 (diff) | |
download | scummvm-rg350-bcad326ccbf78d9b0fdc959eeb7c00ac97681aad.tar.gz scummvm-rg350-bcad326ccbf78d9b0fdc959eeb7c00ac97681aad.tar.bz2 scummvm-rg350-bcad326ccbf78d9b0fdc959eeb7c00ac97681aad.zip |
MADS: Mark unsupported games as unstable
Diffstat (limited to 'engines/mads')
-rw-r--r-- | engines/mads/detection_tables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/detection_tables.h b/engines/mads/detection_tables.h index f0eb21f5d9..e541fc6f80 100644 --- a/engines/mads/detection_tables.h +++ b/engines/mads/detection_tables.h @@ -91,7 +91,7 @@ static const MADSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformDOS, - ADGF_NO_FLAGS, + ADGF_UNSTABLE, GUIO1(GAMEOPTION_EASY_MOUSE) }, GType_Phantom, @@ -109,7 +109,7 @@ static const MADSGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformDOS, - ADGF_NO_FLAGS, + ADGF_UNSTABLE, GUIO1(GAMEOPTION_EASY_MOUSE) }, GType_Dragonsphere, |