[Scummvm-git-logs] scummvm master -> fa32089bcffed0cda83b60241f602ab5df4d73b8
sev-
sev at scummvm.org
Sat May 1 11:37:44 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:
fa32089bcf MOHAWK: Added mystme Spanish. Bugreport #11927
Commit: fa32089bcffed0cda83b60241f602ab5df4d73b8
https://github.com/scummvm/scummvm/commit/fa32089bcffed0cda83b60241f602ab5df4d73b8
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2021-05-01T13:37:13+02:00
Commit Message:
MOHAWK: Added mystme Spanish. Bugreport #11927
Changed paths:
engines/mohawk/detection_tables.h
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index b7dae8f3af..fbdc0df37f 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -338,6 +338,24 @@ static const MohawkGameDescription gameDescriptions[] = {
0,
},
+ // Myst Masterpiece Edition
+ // Spanish Fan Translation 3.02c
+ // Bugreport #11927
+ {
+ {
+ "myst",
+ "Masterpiece Edition",
+ AD_ENTRY1s("myst.dat", "7552dd490861dc7e6307e1ede80220fd", 76640997),
+ Common::ES_ESP,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUI_OPTIONS_MYST_ME
+ },
+ GType_MYST,
+ GF_ME,
+ 0,
+ },
+
// Myst Masterpiece Edition - 25th Anniversary
// Repacked by the ScummVM team
{
More information about the Scummvm-git-logs
mailing list