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

dwatteau noreply at scummvm.org
Wed Nov 23 12:56:07 UTC 2022


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:
af62351225 MOHAWK: Fix build


Commit: af62351225f449801b9f7a90128b039a14809ba8
    https://github.com/scummvm/scummvm/commit/af62351225f449801b9f7a90128b039a14809ba8
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2022-11-23T13:55:20+01:00

Commit Message:
MOHAWK: Fix build

Changed paths:
    engines/mohawk/detection_tables.h


diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 607652dd98d..0a0c40a8f9f 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -877,7 +877,7 @@ static const MohawkGameDescription gameDescriptions[] = {
 			"zoombini",
 			_s("Missing game code"), // Reason for being unsupported,
 			AD_ENTRY1s("ZOOMBINI.MHK", "3133e8d164958f8a3f740cb1f4e49f15", 24120142),
-			Common::JA_JAP,
+			Common::JA_JPN,
 			Common::kPlatformMacintosh,
 			ADGF_UNSUPPORTED | ADGF_DEMO,
 			GUIO1(GUIO_NOASPECT)




More information about the Scummvm-git-logs mailing list