[Scummvm-git-logs] scummvm master -> 0be8ad828b6d09769d822ab0c094c7167f27cb8c
bluegr
noreply at scummvm.org
Sun Nov 6 01:47:25 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:
0be8ad828b MOHAWK: Fix wrong language for French lilmonster
Commit: 0be8ad828b6d09769d822ab0c094c7167f27cb8c
https://github.com/scummvm/scummvm/commit/0be8ad828b6d09769d822ab0c094c7167f27cb8c
Author: Ignaz Forster (ignaz.forster at gmx.de)
Date: 2022-11-06T03:47:22+02:00
Commit Message:
MOHAWK: Fix wrong language for French lilmonster
Changed paths:
engines/mohawk/detection_tables.h
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index ab85090f7a9..96d1bd3afb7 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -2413,7 +2413,7 @@ static const MohawkGameDescription gameDescriptions[] = {
"lilmonster",
"",
AD_ENTRY1("lmasf.lb", "8c22e79c97a86827d56b4c596066dcea"),
- Common::EN_ANY,
+ Common::FR_FRA,
Common::kPlatformWindows,
ADGF_NO_FLAGS,
GUIO1(GUIO_NOASPECT)
More information about the Scummvm-git-logs
mailing list