From 97d2d16757586c2d6d792bc0fc4b8b00a8c35c05 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 30 Apr 2008 01:31:41 +0000 Subject: Add language.bnd size, for the Japanese version of The Dig. svn-id: r31783 --- engines/scumm/detection.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines') 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; } } } -- cgit v1.2.3