[Scummvm-git-logs] scummvm master -> 4d25ed96381bcdc8d7a4d4f1ff9ee8a372452309

waltervn walter at vanniftrik-it.nl
Thu Feb 23 16:39:00 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:
4d25ed9638 ADL: Enable ADGF_TESTING for hires6


Commit: 4d25ed96381bcdc8d7a4d4f1ff9ee8a372452309
    https://github.com/scummvm/scummvm/commit/4d25ed96381bcdc8d7a4d4f1ff9ee8a372452309
Author: Walter van Niftrik (walter at scummvm.org)
Date: 2017-02-23T16:38:06+01:00

Commit Message:
ADL: Enable ADGF_TESTING for hires6

Changed paths:
    engines/adl/detection.cpp


diff --git a/engines/adl/detection.cpp b/engines/adl/detection.cpp
index 02fadd2..c0b8a8f 100644
--- a/engines/adl/detection.cpp
+++ b/engines/adl/detection.cpp
@@ -210,7 +210,7 @@ static const AdlGameDescription gameDescriptions[] = {
 			},
 			Common::EN_ANY,
 			Common::kPlatformApple2,
-			ADGF_UNSTABLE,
+			ADGF_TESTING,
 			GUIO2(GAMEOPTION_COLOR_DEFAULT_ON, GAMEOPTION_SCANLINES)
 		},
 		GAME_TYPE_HIRES6





More information about the Scummvm-git-logs mailing list