[Scummvm-git-logs] scummvm master -> fb837acee0bba7aac6e45cfbdb0f23578c9355f7
sev-
sev at scummvm.org
Sat Oct 17 14:41:47 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:
fb837acee0 GOB: Fixes to Russian Bargon Attack
Commit: fb837acee0bba7aac6e45cfbdb0f23578c9355f7
https://github.com/scummvm/scummvm/commit/fb837acee0bba7aac6e45cfbdb0f23578c9355f7
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-10-17T16:41:26+02:00
Commit Message:
GOB: Fixes to Russian Bargon Attack
Changed paths:
engines/gob/gob.cpp
diff --git a/engines/gob/gob.cpp b/engines/gob/gob.cpp
index b4b3ab3fe9..fc2426c173 100644
--- a/engines/gob/gob.cpp
+++ b/engines/gob/gob.cpp
@@ -355,7 +355,7 @@ Common::Error GobEngine::run() {
_global->_language = kLanguageJapanese;
break;
case Common::RU_RUS:
- if (_gameType == kGameTypeWoodruff)
+ if (_gameType == kGameTypeWoodruff || _gameType == kGameTypeBargon)
_global->_language = kLanguageBritish;
else
_global->_language = kLanguageFrench;
More information about the Scummvm-git-logs
mailing list