From be0e1371e810b474813bf57c2627fcf7799649c3 Mon Sep 17 00:00:00 2001 From: Walter van Niftrik Date: Sat, 11 Nov 2017 10:39:16 +0100 Subject: ADL: Remove ADGF_TESTING for hires5+6 --- engines/adl/detection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engines/adl/detection.cpp b/engines/adl/detection.cpp index 877b0e081e..866b2bc878 100644 --- a/engines/adl/detection.cpp +++ b/engines/adl/detection.cpp @@ -208,7 +208,7 @@ static const AdlGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformApple2, - ADGF_TESTING, + ADGF_NO_FLAGS, GUIO2(GAMEOPTION_COLOR_DEFAULT_ON, GAMEOPTION_SCANLINES) }, GAME_TYPE_HIRES5 @@ -225,7 +225,7 @@ static const AdlGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformApple2, - ADGF_TESTING, + ADGF_NO_FLAGS, GUIO2(GAMEOPTION_COLOR_DEFAULT_ON, GAMEOPTION_SCANLINES) }, GAME_TYPE_HIRES6 -- cgit v1.2.3