diff options
author | Walter van Niftrik | 2017-11-11 23:41:39 +0100 |
---|---|---|
committer | Walter van Niftrik | 2017-11-11 23:41:59 +0100 |
commit | 4c3cb46bc891dd647322c2ae647ad7cb501d7662 (patch) | |
tree | 6b537796b632d031d2794b6e42529b58f938a60c /engines | |
parent | f99c83c0a003834a8d3d9f2f608f447cb21df3f1 (diff) | |
download | scummvm-rg350-4c3cb46bc891dd647322c2ae647ad7cb501d7662.tar.gz scummvm-rg350-4c3cb46bc891dd647322c2ae647ad7cb501d7662.tar.bz2 scummvm-rg350-4c3cb46bc891dd647322c2ae647ad7cb501d7662.zip |
ADL: Remove ADGF_TESTING for hires3+4
Diffstat (limited to 'engines')
-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 866b2bc878..64574ec094 100644 --- a/engines/adl/detection.cpp +++ b/engines/adl/detection.cpp @@ -151,7 +151,7 @@ static const AdlGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformApple2, - ADGF_TESTING, + ADGF_NO_FLAGS, GUIO2(GAMEOPTION_COLOR_DEFAULT_ON, GAMEOPTION_SCANLINES) }, GAME_TYPE_HIRES3 @@ -166,7 +166,7 @@ static const AdlGameDescription gameDescriptions[] = { }, Common::EN_ANY, Common::kPlatformApple2, - ADGF_TESTING, + ADGF_NO_FLAGS, GUIO2(GAMEOPTION_COLOR_DEFAULT_ON, GAMEOPTION_SCANLINES) }, GAME_TYPE_HIRES4 |