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

waltervn walter at vanniftrik-it.nl
Sat Nov 11 23:44:04 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:
4c3cb46bc8 ADL: Remove ADGF_TESTING for hires3+4


Commit: 4c3cb46bc891dd647322c2ae647ad7cb501d7662
    https://github.com/scummvm/scummvm/commit/4c3cb46bc891dd647322c2ae647ad7cb501d7662
Author: Walter van Niftrik (walter at scummvm.org)
Date: 2017-11-11T23:41:59+01:00

Commit Message:
ADL: Remove ADGF_TESTING for hires3+4

Changed paths:
    engines/adl/detection.cpp


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





More information about the Scummvm-git-logs mailing list