aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/subtitles.h
diff options
context:
space:
mode:
authorThanasis Antoniou2019-03-21 10:07:59 +0200
committerThanasis Antoniou2019-03-21 10:10:23 +0200
commit8fa1bf8cbdd516c8120d5861c20f729a07c0812e (patch)
tree231497e5f83495fc91107700b657dabd1165e225 /engines/bladerunner/subtitles.h
parent9b47d340b955c2bea7f033c88e69403ce4a82cca (diff)
downloadscummvm-rg350-8fa1bf8cbdd516c8120d5861c20f729a07c0812e.tar.gz
scummvm-rg350-8fa1bf8cbdd516c8120d5861c20f729a07c0812e.tar.bz2
scummvm-rg350-8fa1bf8cbdd516c8120d5861c20f729a07c0812e.zip
BLADERUNNER: Support of localizations that use E as languageCode
Improved alignment of subtitles option for Russian version The text for the subtitles option probably won't make sense though in Russian, someone will have to correct it to what it should be.
Diffstat (limited to 'engines/bladerunner/subtitles.h')
-rw-r--r--engines/bladerunner/subtitles.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/bladerunner/subtitles.h b/engines/bladerunner/subtitles.h
index 0a3ec820c8..e52e19c825 100644
--- a/engines/bladerunner/subtitles.h
+++ b/engines/bladerunner/subtitles.h
@@ -43,9 +43,8 @@ class Font;
class Subtitles {
friend class Debugger;
//
- // Subtitles could be in 6 possible languages are EN_ANY, DE_DEU, FR_FRA, IT_ITA, ES_ESP
- // with corresponding _vm->_languageCode values: "E", "G", "F", "I", "R", "S"
-
+ // Subtitles could be in 6 possible languages are EN_ANY, DE_DEU, FR_FRA, IT_ITA, RU_RUS, ES_ESP
+ // with corresponding _vm->_languageCode values: "E", "G", "F", "I", "E", "S" (Russian version is built on top of English one)
static const int kMaxNumOfSubtitlesLines = 4; // At least one quote in the game requires 4 lines to be displayed correctly
static const int kStartFromSubtitleLineFromTop = 2; // Prefer drawing from this line (the top-most of available subtitle lines index is 0) by default
static const int kSubtitlesBottomYOffsetPx = 12; // In pixels. This is the bottom margin beneath the subtitles space