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

yuv422 yuv422 at users.noreply.github.com
Sat Sep 12 14:12:31 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:
aae9d6cc97 DRAGONS: Remove unstable tag from DE and FR versions. Remove testing tag


Commit: aae9d6cc97d7d9a411ed963ba245de73c3aff56f
    https://github.com/scummvm/scummvm/commit/aae9d6cc97d7d9a411ed963ba245de73c3aff56f
Author: Eric Fry (yuv422 at users.noreply.github.com)
Date: 2020-09-13T00:11:13+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