[Scummvm-git-logs] scummvm master -> d214dd8f3bf703d0cbd81ec58626fecc7a1ed5df

criezy criezy at scummvm.org
Thu Oct 3 00:44:25 CEST 2019


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:
d214dd8f3b SUPERNOVA: Remove ADGF_TESTING flag


Commit: d214dd8f3bf703d0cbd81ec58626fecc7a1ed5df
    https://github.com/scummvm/scummvm/commit/d214dd8f3bf703d0cbd81ec58626fecc7a1ed5df
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2019-10-02T23:36:11+01:00

Commit Message:
SUPERNOVA: Remove ADGF_TESTING flag

Changed paths:
    engines/supernova/detection.cpp


diff --git a/engines/supernova/detection.cpp b/engines/supernova/detection.cpp
index df0c796..2d04858 100644
--- a/engines/supernova/detection.cpp
+++ b/engines/supernova/detection.cpp
@@ -62,7 +62,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("msn_data.000", "f64f16782a86211efa919fbae41e7568", 24163),
 		Common::DE_DEU,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO2(GAMEOPTION_IMPROVED, GUIO_NOMIDI)
 	},
 	{
@@ -71,7 +71,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("msn_data.000", "f64f16782a86211efa919fbae41e7568", 24163),
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO2(GAMEOPTION_IMPROVED, GUIO_NOMIDI)
 	},
 	// Mission Supernova 2
@@ -81,7 +81,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("ms2_data.000", "e595610cba4a6d24a763e428d05cc83f", 24805),
 		Common::DE_DEU,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO2(GAMEOPTION_IMPROVED, GUIO_NOMIDI)
 	},
 	{
@@ -90,7 +90,7 @@ static const ADGameDescription gameDescriptions[] = {
 		AD_ENTRY1s("ms2_data.000", "e595610cba4a6d24a763e428d05cc83f", 24805),
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		ADGF_TESTING,
+		ADGF_NO_FLAGS,
 		GUIO2(GAMEOPTION_IMPROVED, GUIO_NOMIDI)
 	},
 	AD_TABLE_END_MARKER





More information about the Scummvm-git-logs mailing list