aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/string.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/string.cpp')
-rw-r--r--engines/scumm/string.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/scumm/string.cpp b/engines/scumm/string.cpp
index b83a4a3c44..61a960b3ed 100644
--- a/engines/scumm/string.cpp
+++ b/engines/scumm/string.cpp
@@ -1335,6 +1335,8 @@ void ScummEngine_v7::loadLanguageBundle() {
// Don't know what a line with '!' means, just ignore it
} else if (*ptr == 'h') {
// File contains Korean text (Hangul). just ignore it
+ } else if (*ptr == 'j') {
+ // File contains Japanese text. just ignore it
} else if (*ptr == 'e') {
// File is encoded!
enc = 0x13;