diff options
author | Travis Howell | 2008-04-30 01:31:41 +0000 |
---|---|---|
committer | Travis Howell | 2008-04-30 01:31:41 +0000 |
commit | 97d2d16757586c2d6d792bc0fc4b8b00a8c35c05 (patch) | |
tree | 3ec811de71ab279da7e6a8bedafb50cbe1187ce0 | |
parent | 125d0a138ddfee60635b84bad24828e03535774c (diff) | |
download | scummvm-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
-rw-r--r-- | engines/scumm/detection.cpp | 2 |
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; } } } |