aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/string.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2008-04-08 20:04:51 +0000
committerEugene Sandulenko2008-04-08 20:04:51 +0000
commit9f6012c29474569a88fca7a47743cd570b6f5e02 (patch)
tree2791fe24e9fb3a4ebba3e041a0bee19ef3b216ad /engines/scumm/string.cpp
parent7bd2ae65dd3081bf88f183c55fb662dc013204fe (diff)
downloadscummvm-rg350-9f6012c29474569a88fca7a47743cd570b6f5e02.tar.gz
scummvm-rg350-9f6012c29474569a88fca7a47743cd570b6f5e02.tar.bz2
scummvm-rg350-9f6012c29474569a88fca7a47743cd570b6f5e02.zip
First attempt to support Japanese DIG
svn-id: r31456
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;