[Scummvm-git-logs] scummvm branch-2-2 -> ea181f84f2db14c258842dfea1d67475bbf0b930

yuv422 yuv422 at users.noreply.github.com
Sat Sep 12 14:13:19 UTC 2020


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:
ea181f84f2 DRAGONS: Remove unstable tag from DE and FR versions. Remove testing tag


Commit: ea181f84f2db14c258842dfea1d67475bbf0b930
    https://github.com/scummvm/scummvm/commit/ea181f84f2db14c258842dfea1d67475bbf0b930
Author: Eric Fry (yuv422 at users.noreply.github.com)
Date: 2020-09-13T00:13:00+10:00

Commit Message:
DRAGONS: Remove unstable tag from DE and FR versions. Remove testing tag

Changed paths:
    engines/dragons/detection.cpp


diff --git a/engines/dragons/detection.cpp b/engines/dragons/detection.cpp
index ea667d4a12..7c12a8873b 100644
--- a/engines/dragons/detection.cpp
+++ b/engines/dragons/detection.cpp
@@ -46,7 +46,7 @@ static const DragonsGameDescription gameDescriptions[] = {
 					AD_ENTRY1s("bigfile.dat", "02c26712bee57266f28235fdc0207725", 44990464),
 					Common::EN_USA,
 					Common::kPlatformPSX,
-					ADGF_DROPPLATFORM | ADGF_TESTING,
+					ADGF_DROPPLATFORM,
 					GUIO0()
 			},
 			kGameIdDragons
@@ -58,7 +58,7 @@ static const DragonsGameDescription gameDescriptions[] = {
 					AD_ENTRY1s("bigfile.dat", "02c26712bee57266f28235fdc0207725", 44992512),
 					Common::EN_GRB,
 					Common::kPlatformPSX,
-					ADGF_DROPPLATFORM | ADGF_TESTING,
+					ADGF_DROPPLATFORM,
 					GUIO0()
 			},
 			kGameIdDragons
@@ -70,7 +70,7 @@ static const DragonsGameDescription gameDescriptions[] = {
 					AD_ENTRY1s("bigfile.dat", "9854fed0d2b48522a62973e99b52a0be", 45099008),
 					Common::DE_DEU,
 					Common::kPlatformPSX,
-					ADGF_DROPPLATFORM | ADGF_UNSTABLE,
+					ADGF_DROPPLATFORM,
 					GUIO0()
 			},
 			kGameIdDragons
@@ -82,7 +82,7 @@ static const DragonsGameDescription gameDescriptions[] = {
 					AD_ENTRY1s("bigfile.dat", "9854fed0d2b48522a62973e99b52a0be", 45107200),
 					Common::FR_FRA,
 					Common::kPlatformPSX,
-					ADGF_DROPPLATFORM | ADGF_UNSTABLE,
+					ADGF_DROPPLATFORM,
 					GUIO0()
 			},
 			kGameIdDragons




More information about the Scummvm-git-logs mailing list