[Scummvm-git-logs] scummvm master -> 4757c1d111c1a901c1d7eae5a03d88d1735eda52
sev-
sev at scummvm.org
Sat Mar 13 23:50:02 UTC 2021
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:
4757c1d111 PARALLACTION: Clarify Amiga multilanguage edition. It does not contain Italian
Commit: 4757c1d111c1a901c1d7eae5a03d88d1735eda52
https://github.com/scummvm/scummvm/commit/4757c1d111c1a901c1d7eae5a03d88d1735eda52
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-03-14T00:49:52+01:00
Commit Message:
PARALLACTION: Clarify Amiga multilanguage edition. It does not contain Italian
Changed paths:
engines/parallaction/detection.cpp
diff --git a/engines/parallaction/detection.cpp b/engines/parallaction/detection.cpp
index e30fa619c2..4e2daf20ec 100644
--- a/engines/parallaction/detection.cpp
+++ b/engines/parallaction/detection.cpp
@@ -156,7 +156,7 @@ static const PARALLACTIONGameDescription gameDescriptions[] = {
{
{
"bra",
- "Multi-lingual",
+ "En/Fr/De",
AD_ENTRY1s("request.win", "7a844b9518310e4cc72eabb9c0340314", 6497),
Common::UNK_LANG,
Common::kPlatformAmiga,
@@ -164,7 +164,7 @@ static const PARALLACTIONGameDescription gameDescriptions[] = {
GUIO1(GUIO_NOSPEECH)
},
GType_BRA,
- GF_LANG_EN | GF_LANG_FR | GF_LANG_DE | GF_LANG_IT | GF_LANG_MULT,
+ GF_LANG_EN | GF_LANG_FR | GF_LANG_DE | GF_LANG_MULT,
},
{
More information about the Scummvm-git-logs
mailing list