diff options
author | Walter van Niftrik | 2017-11-11 10:39:16 +0100 |
---|---|---|
committer | Walter van Niftrik | 2017-11-11 10:39:16 +0100 |
commit | be0e1371e810b474813bf57c2627fcf7799649c3 (patch) | |
tree | 7c13c412690053fffa72435dad11528478ce3f76 /engines/adl | |
parent | 925c9416db8ae2361d8f444823621b869a1d210f (diff) | |
download | scummvm-rg350-be0e1371e810b474813bf57c2627fcf7799649c3.tar.gz scummvm-rg350-be0e1371e810b474813bf57c2627fcf7799649c3.tar.bz2 scummvm-rg350-be0e1371e810b474813bf57c2627fcf7799649c3.zip |
ADL: Remove ADGF_TESTING for hires5+6
Diffstat (limited to 'engines/adl')
-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 |