aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/detection.cpp
diff options
context:
space:
mode:
authorTravis Howell2008-04-30 01:31:41 +0000
committerTravis Howell2008-04-30 01:31:41 +0000
commit97d2d16757586c2d6d792bc0fc4b8b00a8c35c05 (patch)
tree3ec811de71ab279da7e6a8bedafb50cbe1187ce0 /engines/scumm/detection.cpp
parent125d0a138ddfee60635b84bad24828e03535774c (diff)
downloadscummvm-rg350-97d2d16757586c2d6d792bc0fc4b8b00a8c35c05.tar.gz
scummvm-rg350-97d2d16757586c2d6d792bc0fc4b8b00a8c35c05.tar.bz2
scummvm-rg350-97d2d16757586c2d6d792bc0fc4b8b00a8c35c05.zip
Add language.bnd size, for the Japanese version of The Dig.
svn-id: r31783
Diffstat (limited to 'engines/scumm/detection.cpp')
-rw-r--r--engines/scumm/detection.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/scumm/detection.cpp b/engines/scumm/detection.cpp
index 4f10b9a1c3..989ff67627 100644
--- a/engines/scumm/detection.cpp
+++ b/engines/scumm/detection.cpp
@@ -260,6 +260,8 @@ static Common::Language detectLanguage(const FSList &fslist, byte id) {
return Common::PT_BRA;
case 229884: // d890074bc15c6135868403e73c5f4f36
return Common::ES_ESP;
+ case 223107: // 64f3fe479d45b52902cf88145c41d172
+ return Common::JA_JPN;
}
}
}