[Scummvm-git-logs] scummvm master -> 950707912c8c187155838553f3a37fdb34ffa5ab

mgerhardy martin.gerhardy at gmail.com
Sat Oct 24 15:54:32 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:
950707912c TWINE: mark as unstable


Commit: 950707912c8c187155838553f3a37fdb34ffa5ab
    https://github.com/scummvm/scummvm/commit/950707912c8c187155838553f3a37fdb34ffa5ab
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2020-10-24T17:54:18+02:00

Commit Message:
TWINE: mark as unstable

Changed paths:
    engines/twine/detection.cpp


diff --git a/engines/twine/detection.cpp b/engines/twine/detection.cpp
index 9270ba5ab5..d3d56ade5e 100644
--- a/engines/twine/detection.cpp
+++ b/engines/twine/detection.cpp
@@ -38,7 +38,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("text.hqr", "ae7343552f8fbd17a1fc6cea2197a912", 248654),
 		Common::EN_ANY,
 		Common::kPlatformDOS,
-		0,
+		ADGF_UNSTABLE,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -47,7 +47,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("text.hqr", "ae7343552f8fbd17a1fc6cea2197a912", 248654),
 		Common::FR_FRA,
 		Common::kPlatformDOS,
-		0,
+		ADGF_UNSTABLE,
 		GUIO1(GUIO_NONE)
 	},
 	{
@@ -56,7 +56,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("text.hqr", "ae7343552f8fbd17a1fc6cea2197a912", 248654),
 		Common::DE_DEU,
 		Common::kPlatformDOS,
-		0,
+		ADGF_UNSTABLE,
 		GUIO1(GUIO_NONE)
 	},
 	AD_TABLE_END_MARKER




More information about the Scummvm-git-logs mailing list