[Scummvm-git-logs] scummvm master -> 6b21569683e467563d754bb57497f6c01cfb05fd

antoniou79 noreply at scummvm.org
Thu Nov 17 18:55:19 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:
6b21569683 BLADERUNNER: Additional Spanish credits fixes


Commit: 6b21569683e467563d754bb57497f6c01cfb05fd
    https://github.com/scummvm/scummvm/commit/6b21569683e467563d754bb57497f6c01cfb05fd
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2022-11-17T20:54:20+02:00

Commit Message:
BLADERUNNER: Additional Spanish credits fixes

For Crystal (original Cristal) and Peruana (original Peru Lady)

Changed paths:
    engines/bladerunner/ui/end_credits.cpp


diff --git a/engines/bladerunner/ui/end_credits.cpp b/engines/bladerunner/ui/end_credits.cpp
index 050807c38c6..040e592ec98 100644
--- a/engines/bladerunner/ui/end_credits.cpp
+++ b/engines/bladerunner/ui/end_credits.cpp
@@ -129,6 +129,10 @@ void EndCredits::creditsCheckAndFix(int &textResourceId, Common::String &textStr
 			textStr = "^Antonio Cobos"; // from "^Antonio Fernández" for Chew
 			break;
 
+		case 304:
+			textStr = "Crystal"; // from "Cristal"
+			break;
+
 		case 311:
 			textStr = Common::U32String("^Carmen Gamb\xedn", Common::kISO8859_1).encode(Common::kDos850); // from "^María Palacios" for Lucy
 			break;
@@ -141,6 +145,10 @@ void EndCredits::creditsCheckAndFix(int &textResourceId, Common::String &textStr
 			textStr = Common::U32String("^Enrique Jord\xe1", Common::kISO8859_1).encode(Common::kDos850); // from "^Enrique Jorda" for Bullet Bob (accent change)
 			break;
 
+		case 314:
+			textStr = "Peruana"; // from "Peru Lady"
+			break;
+
 		case 317:
 			textStr = Common::U32String("^Beatriz Su\xe1rez Cerrato", Common::kISO8859_1).encode(Common::kDos850); // from "^Beatriz Suarez" for Isabella
 			break;




More information about the Scummvm-git-logs mailing list