[Scummvm-git-logs] scummvm master -> 9abd1d8d53f0b3eeebf174fb204c004f14c437ee

waltervn walter at vanniftrik-it.nl
Mon Aug 16 17:29:34 UTC 2021


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:
9abd1d8d53 ADL: Remove testing flag for hires1 French


Commit: 9abd1d8d53f0b3eeebf174fb204c004f14c437ee
    https://github.com/scummvm/scummvm/commit/9abd1d8d53f0b3eeebf174fb204c004f14c437ee
Author: Walter van Niftrik (walter at scummvm.org)
Date: 2021-08-16T19:24:46+02:00

Commit Message:
ADL: Remove testing flag for hires1 French

Changed paths:
    engines/adl/detection.cpp


diff --git a/engines/adl/detection.cpp b/engines/adl/detection.cpp
index 9dd6d6e647..9465252ab5 100644
--- a/engines/adl/detection.cpp
+++ b/engines/adl/detection.cpp
@@ -158,7 +158,7 @@ static const AdlGameDescription gameFileDescriptions[] = {
 			},
 			Common::FR_FRA,
 			Common::kPlatformApple2,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			MH_OPTIONS
 		},
 		GAME_TYPE_HIRES1,
@@ -174,7 +174,7 @@ static const AdlGameDescription gameFileDescriptions[] = {
 			},
 			Common::FR_FRA,
 			Common::kPlatformApple2,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			MH_OPTIONS
 		},
 		GAME_TYPE_HIRES1,
@@ -246,7 +246,7 @@ static const AdlGameDescription gameDiskDescriptions[] = {
 			AD_ENTRY1s("mysthous", "7bd1918ffc28e551e5b3baf610982bd3", 116480),
 			Common::FR_FRA,
 			Common::kPlatformApple2,
-			ADGF_TESTING,
+			ADGF_NO_FLAGS,
 			MH_OPTIONS
 		},
 		GAME_TYPE_HIRES1,




More information about the Scummvm-git-logs mailing list