Applied cleanup and scaling patch by Rob.
svn-id: r3665
This commit is contained in:
parent
4a98b9b9e9
commit
178540c989
15 changed files with 287 additions and 65 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue