[Scummvm-git-logs] scummvm master -> 6fad47ae0efa6cae761807703670cba5f11638c2
antoniou79
noreply at scummvm.org
Wed Jun 14 07:24:52 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:
6fad47ae0e BLADERUNNER: Add unsupported version to final mode too
Commit: 6fad47ae0efa6cae761807703670cba5f11638c2
https://github.com/scummvm/scummvm/commit/6fad47ae0efa6cae761807703670cba5f11638c2
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2023-06-14T10:24:45+03:00
Commit Message:
BLADERUNNER: Add unsupported version to final mode too
The translator requested not to support their version
Changed paths:
engines/bladerunner/detection_tables.h
diff --git a/engines/bladerunner/detection_tables.h b/engines/bladerunner/detection_tables.h
index b73167bc406..6a78582d00c 100644
--- a/engines/bladerunner/detection_tables.h
+++ b/engines/bladerunner/detection_tables.h
@@ -202,7 +202,7 @@ static const ADGameDescription gameDescriptions[] = {
// BladeRunner (Russian - Fargus Multimedia + Home Systems, Inc. + Siberian Studio, R3) - RUS
{
"bladerunner-final",
- "",
+ _s("The fan translator does not wish his translation to be incorporated into ScummVM."),
AD_ENTRY1s("STARTUP.MIX", "c198b54a5366b88b1734bbca21d3b192", 2678672),
Common::RU_RUS,
Common::kPlatformWindows,
@@ -213,7 +213,7 @@ static const ADGameDescription gameDescriptions[] = {
// BladeRunner (Russian - Fargus Multimedia + Home Systems, Inc. + Siberian Studio, R4) - RUS
{
"bladerunner-final",
- "",
+ _s("The fan translator does not wish his translation to be incorporated into ScummVM."),
AD_ENTRY1s("STARTUP.MIX", "d62498a7415682bb3ff86a894303c836", 2810053),
Common::RU_RUS,
Common::kPlatformWindows,
More information about the Scummvm-git-logs
mailing list