[Scummvm-git-logs] scummvm master -> be0e1371e810b474813bf57c2627fcf7799649c3

waltervn walter at vanniftrik-it.nl
Sat Nov 11 10:39:55 CET 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
be0e1371e8 ADL: Remove ADGF_TESTING for hires5+6


Commit: be0e1371e810b474813bf57c2627fcf7799649c3
    https://github.com/scummvm/scummvm/commit/be0e1371e810b474813bf57c2627fcf7799649c3
Author: Walter van Niftrik (walter at scummvm.org)
Date: 2017-11-11T10:39:16+01:00

Commit Message:
ADL: Remove ADGF_TESTING for hires5+6

Changed paths:
    engines/adl/detection.cpp


diff --git a/engines/adl/detection.cpp b/engines/adl/detection.cpp
index 877b0e0..866b2bc 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





More information about the Scummvm-git-logs mailing list