cleanup (got rid of the custom Language enum, re-used the one in the Common namespace)
svn-id: r24595
This commit is contained in:
parent
b9019637f8
commit
d5608e82ed
13 changed files with 54 additions and 79 deletions
|
@ -469,7 +469,7 @@ void Graphics::setBobText(const BobSlot *pbs, const char *text, int textX, int t
|
|||
|
||||
// Hebrew strings are written from right to left and should be cut
|
||||
// to lines in reverse
|
||||
if (_vm->resource()->getLanguage() == HEBREW) {
|
||||
if (_vm->resource()->getLanguage() == Common::HB_ISR) {
|
||||
for (i = length - 1; i >= 0; i--) {
|
||||
lineLength++;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue