aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/journal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/queen/journal.cpp')
-rw-r--r--engines/queen/journal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/queen/journal.cpp b/engines/queen/journal.cpp
index 60bf5ac8cd..aff24be22e 100644
--- a/engines/queen/journal.cpp
+++ b/engines/queen/journal.cpp
@@ -425,7 +425,7 @@ void Journal::drawPanelText(int y, const char *text) {
_panelTextY[_panelTextCount++] = y;
} else {
*p++ = '\0';
- if (_vm->resource()->getLanguage() == Common::HB_ISR) {
+ if (_vm->resource()->getLanguage() == Common::HE_ISR) {
drawPanelText(y - 5, p);
drawPanelText(y + 5, s);
} else {