[Scummvm-git-logs] scummvm master -> 12e146616884b51eea9772a2379a8df10578400a

waltervn walter at vanniftrik-it.nl
Sat Jul 29 12:10:20 CEST 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:
12e1466168 ADL: Enable ADGF_TESTING for hires3


Commit: 12e146616884b51eea9772a2379a8df10578400a
    https://github.com/scummvm/scummvm/commit/12e146616884b51eea9772a2379a8df10578400a
Author: Walter van Niftrik (walter at scummvm.org)
Date: 2017-07-29T12:09:11+02:00

Commit Message:
ADL: Enable ADGF_TESTING for hires3

Changed paths:
    engines/adl/detection.cpp


diff --git a/engines/adl/detection.cpp b/engines/adl/detection.cpp
index b05ebcf..877b0e0 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_UNSTABLE,
+			ADGF_TESTING,
 			GUIO2(GAMEOPTION_COLOR_DEFAULT_ON, GAMEOPTION_SCANLINES)
 		},
 		GAME_TYPE_HIRES3





More information about the Scummvm-git-logs mailing list