[Scummvm-git-logs] scummvm branch-2-8 -> 24e4ad565b0f3ca6cb3afb07c5ac38b4234020ca
sev-
noreply at scummvm.org
Fri Mar 15 20:05:40 UTC 2024
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:
24e4ad565b PLUMBERS: Mark Windows release as unstable since it is broken after the 3DO code was added
Commit: 24e4ad565b0f3ca6cb3afb07c5ac38b4234020ca
https://github.com/scummvm/scummvm/commit/24e4ad565b0f3ca6cb3afb07c5ac38b4234020ca
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-03-15T21:04:55+01:00
Commit Message:
PLUMBERS: Mark Windows release as unstable since it is broken after the 3DO code was added
Changed paths:
engines/plumbers/detection.cpp
diff --git a/engines/plumbers/detection.cpp b/engines/plumbers/detection.cpp
index 844494eebec..c4acc755827 100644
--- a/engines/plumbers/detection.cpp
+++ b/engines/plumbers/detection.cpp
@@ -46,7 +46,7 @@ static const ADGameDescription gameDescriptions[] = {
AD_ENTRY1s("GAME.BIN", "02c965b11e952ce1ee83019576f5aef5", 41622),
Common::EN_ANY,
Common::kPlatformWindows,
- ADGF_NO_FLAGS,
+ ADGF_UNSTABLE,
GUIO1(GUIO_NOMIDI)
},
More information about the Scummvm-git-logs
mailing list