diff options
Diffstat (limited to 'string.cpp')
-rw-r--r-- | string.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/string.cpp b/string.cpp index 0f91f9416e..8bdeb308cf 100644 --- a/string.cpp +++ b/string.cpp @@ -349,9 +349,11 @@ newLine:; charset.printCharOld(c); else if (!(_features&GF_AFTER_V6)) { // if (!_vars[VAR_V5_CHARFLAG]) { /* FIXME */ + if (!(a && _noSubtitles)) charset.printChar(c); // } } else { + if (!(a && _noSubtitles)) charset.printChar(c); } |