aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/graphics.cpp
diff options
context:
space:
mode:
authorOri Avtalion2010-04-12 21:21:06 +0000
committerOri Avtalion2010-04-12 21:21:06 +0000
commit2fc9d6845b51dd589995891681ac01d241e9a2c9 (patch)
treedf054e0e7ca91a179ab140fd5c2961f4e0345598 /engines/queen/graphics.cpp
parent3b252cb4c50494a60ddd3f40589336a757024f3e (diff)
downloadscummvm-rg350-2fc9d6845b51dd589995891681ac01d241e9a2c9.tar.gz
scummvm-rg350-2fc9d6845b51dd589995891681ac01d241e9a2c9.tar.bz2
scummvm-rg350-2fc9d6845b51dd589995891681ac01d241e9a2c9.zip
Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew language
svn-id: r48645
Diffstat (limited to 'engines/queen/graphics.cpp')
-rw-r--r--engines/queen/graphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/queen/graphics.cpp b/engines/queen/graphics.cpp
index 6d0a11ccfe..c4f25d815d 100644
--- a/engines/queen/graphics.cpp
+++ b/engines/queen/graphics.cpp
@@ -514,7 +514,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() == Common::HB_ISR) {
+ if (_vm->resource()->getLanguage() == Common::HE_ISR) {
for (i = length - 1; i >= 0; i--) {
lineLength++;