[Scummvm-git-logs] scummvm master -> 9566706ade51eab86a09dfa5324c7d916100690c
neuromancer
noreply at scummvm.org
Tue May 3 19:56:10 UTC 2022
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:
9566706ade HYPNO: wet is now in testing
Commit: 9566706ade51eab86a09dfa5324c7d916100690c
https://github.com/scummvm/scummvm/commit/9566706ade51eab86a09dfa5324c7d916100690c
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2022-05-03T21:56:40+02:00
Commit Message:
HYPNO: wet is now in testing
Changed paths:
engines/hypno/detection.cpp
diff --git a/engines/hypno/detection.cpp b/engines/hypno/detection.cpp
index eb837d37a7f..d8eb4bd140b 100644
--- a/engines/hypno/detection.cpp
+++ b/engines/hypno/detection.cpp
@@ -148,7 +148,7 @@ static const ADGameDescription gameDescriptions[] = {
"missions.lib", "aeaaa8b26ab17e37f060334a311a3ff6", 309793),
Common::EN_USA,
Common::kPlatformDOS,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
GUIO1(GUIO_NOMIDI)
},
{
@@ -158,7 +158,7 @@ static const ADGameDescription gameDescriptions[] = {
"missions.lib", "aeaaa8b26ab17e37f060334a311a3ff6", 309793),
Common::FR_FRA,
Common::kPlatformDOS,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
GUIO1(GUIO_NOMIDI)
},
{
@@ -168,7 +168,7 @@ static const ADGameDescription gameDescriptions[] = {
"missions.lib", "aeaaa8b26ab17e37f060334a311a3ff6", 309793),
Common::ES_ESP,
Common::kPlatformDOS,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
GUIO1(GUIO_NOMIDI)
},
{
@@ -178,7 +178,7 @@ static const ADGameDescription gameDescriptions[] = {
"missions.lib", "aeaaa8b26ab17e37f060334a311a3ff6", 309793),
Common::KO_KOR,
Common::kPlatformDOS,
- ADGF_UNSTABLE,
+ ADGF_TESTING,
GUIO1(GUIO_NOMIDI)
},
{
More information about the Scummvm-git-logs
mailing list