aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/graphics.cpp
diff options
context:
space:
mode:
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++;