[Scummvm-git-logs] scummvm master -> 2841dd2bc3b71d56a4cff7d7995274c9266d7807
waltervn
walter at vanniftrik-it.nl
Thu Feb 2 12:00:22 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:
2841dd2bc3 ADL: Set ADGF_TESTING for hires5
Commit: 2841dd2bc3b71d56a4cff7d7995274c9266d7807
https://github.com/scummvm/scummvm/commit/2841dd2bc3b71d56a4cff7d7995274c9266d7807
Author: Walter van Niftrik (walter at scummvm.org)
Date: 2017-02-02T11:58:37+01:00
Commit Message:
ADL: Set ADGF_TESTING for hires5
Changed paths:
engines/adl/detection.cpp
diff --git a/engines/adl/detection.cpp b/engines/adl/detection.cpp
index cba66fa..431395d 100644
--- a/engines/adl/detection.cpp
+++ b/engines/adl/detection.cpp
@@ -178,7 +178,7 @@ static const AdlGameDescription gameDescriptions[] = {
},
Common::EN_ANY,
Common::kPlatformApple2,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
GUIO2(GAMEOPTION_COLOR_DEFAULT_ON, GAMEOPTION_SCANLINES)
},
GAME_TYPE_HIRES5
More information about the Scummvm-git-logs
mailing list