[Scummvm-git-logs] scummvm master -> f839632d36098e4b6ee14901acebf7c58cda015e

sev- sev at scummvm.org
Wed Aug 18 10:39:52 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
f839632d36 NEVERHOOD: Fix Japanese detection language


Commit: f839632d36098e4b6ee14901acebf7c58cda015e
    https://github.com/scummvm/scummvm/commit/f839632d36098e4b6ee14901acebf7c58cda015e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-08-18T12:39:42+02:00

Commit Message:
NEVERHOOD: Fix Japanese detection language

Changed paths:
    engines/neverhood/detection.cpp


diff --git a/engines/neverhood/detection.cpp b/engines/neverhood/detection.cpp
index eb71903877..660480d431 100644
--- a/engines/neverhood/detection.cpp
+++ b/engines/neverhood/detection.cpp
@@ -109,7 +109,7 @@ static const ADGameDescription gameDescriptions[] = {
 		"neverhood",
 		_s("Missing game code"), // Reason for being unsupported
 		AD_ENTRY1s("hd.blb", "c791725bbbc23c0f8bf78eece4555565", 4308928),
-		Common::RU_RUS,
+		Common::JA_JPN,
 		Common::kPlatformWindows,
 		ADGF_DROPPLATFORM | ADGF_UNSUPPORTED,
 		GUIO1(GUIO_NONE)




More information about the Scummvm-git-logs mailing list