From bcad326ccbf78d9b0fdc959eeb7c00ac97681aad Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 21 Nov 2016 20:24:25 -0500 Subject: MADS: Mark unsupported games as unstable --- engines/mads/detection_tables.h | 4 ++-- 1 file 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, -- cgit v1.2.3