[Scummvm-git-logs] scummvm master -> b2cd6521ae94cede384d30c9c5d2e4b6ac23c36c
sev-
noreply at scummvm.org
Fri Dec 22 01:16:48 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:
b2cd6521ae CRUISE: Added Russian strings selector
Commit: b2cd6521ae94cede384d30c9c5d2e4b6ac23c36c
https://github.com/scummvm/scummvm/commit/b2cd6521ae94cede384d30c9c5d2e4b6ac23c36c
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-12-22T02:16:28+01:00
Commit Message:
CRUISE: Added Russian strings selector
Changed paths:
engines/cruise/cruise.cpp
diff --git a/engines/cruise/cruise.cpp b/engines/cruise/cruise.cpp
index e5c471cdbba..13cfaa42ff1 100644
--- a/engines/cruise/cruise.cpp
+++ b/engines/cruise/cruise.cpp
@@ -164,6 +164,9 @@ bool CruiseEngine::loadLanguageStrings() {
case Common::ES_ESP:
p = spanishLanguageStrings;
break;
+ case Common::RU_RUS:
+ p = russianLanguageStrings;
+ break;
default:
return false;
}
More information about the Scummvm-git-logs
mailing list