[Scummvm-git-logs] scummvm master -> 2f3f9040a42754455c337812d5115371102b5273
athrxx
athrxx at scummvm.org
Mon Nov 9 00:58:26 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:
2f3f9040a4 KYRA: minor cleanup
Commit: 2f3f9040a42754455c337812d5115371102b5273
https://github.com/scummvm/scummvm/commit/2f3f9040a42754455c337812d5115371102b5273
Author: athrxx (athrxx at scummvm.org)
Date: 2020-11-09T01:55:28+01:00
Commit Message:
KYRA: minor cleanup
Changed paths:
engines/kyra/detection_tables.h
diff --git a/engines/kyra/detection_tables.h b/engines/kyra/detection_tables.h
index 437a5036b3..d8fad57dbd 100644
--- a/engines/kyra/detection_tables.h
+++ b/engines/kyra/detection_tables.h
@@ -77,6 +77,8 @@ namespace {
#define GAMEOPTION_EOB_HPGRAPHS GUIO_GAMEOPTIONS6
#define GAMEOPTION_EOB_MOUSESWAP GUIO_GAMEOPTIONS7
+static const char msgUnsupportedFanTranslation[] = _s("The fan translator does not wish his translation to be incorporated into ScummVM.");
+
const KYRAGameDescription adGameDescs[] = {
/* disable these targets until they get supported
{
@@ -462,7 +464,7 @@ const KYRAGameDescription adGameDescs[] = {
{ // Modern fan-made Russian translation by Siberian GRemlin
{
"kyra1",
- _s("The fan translator does not wish his translation to be incorporated into ScummVM."),
+ msgUnsupportedFanTranslation,
AD_ENTRY1("MAIN_ENG.CPS", "535765395e3594bfd9b727834028e288"),
Common::RU_RUS,
Common::kPlatformDOS,
@@ -719,7 +721,7 @@ const KYRAGameDescription adGameDescs[] = {
{ // CD version
{
"kyra2",
- _s("The fan translator does not wish his translation to be incorporated into ScummVM."),
+ msgUnsupportedFanTranslation,
AD_ENTRY1("FERRY.CPS", "763e2103858347d4ffffc329910d323f"),
Common::RU_RUS,
Common::kPlatformDOS,
More information about the Scummvm-git-logs
mailing list