[Scummvm-git-logs] scummvm master -> 243756c85582e50bc6d0777f57087f524b2df49c

mgerhardy noreply at scummvm.org
Wed May 10 16:47:37 UTC 2023


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:
243756c855 TWINE: mark japanese version as unstable


Commit: 243756c85582e50bc6d0777f57087f524b2df49c
    https://github.com/scummvm/scummvm/commit/243756c85582e50bc6d0777f57087f524b2df49c
Author: Martin Gerhardy (martin.gerhardy at gmail.com)
Date: 2023-05-10T18:42:38+02:00

Commit Message:
TWINE: mark japanese version as unstable

Changed paths:
    engines/twine/detection.cpp


diff --git a/engines/twine/detection.cpp b/engines/twine/detection.cpp
index cffef0aa498..09d6daa6c08 100644
--- a/engines/twine/detection.cpp
+++ b/engines/twine/detection.cpp
@@ -189,7 +189,7 @@ static const ADGameDescription twineGameDescriptions[] = {
 		AD_ENTRY1s("LBAJ.EXE", "54a1e8749448e08086a1929510ec4b6a", 278043),
 		Common::JA_JPN,
 		Common::kPlatformDOS,
-		ADGF_NO_FLAGS,
+		ADGF_UNSTABLE,
 		GUIO1(GUIO_NONE)
 	},
 




More information about the Scummvm-git-logs mailing list