diff options
-rw-r--r-- | engines/adl/detection.cpp | 4 |
1 files 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 |