[Scummvm-git-logs] scummvm master -> 2ded98b482f30d2a990f06365b7f612ab4d115b2

bgK bastien.bouclet at gmail.com
Wed Oct 25 19:15:30 CEST 2017


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:
2ded98b482 MOHAWK: MYST: Add detection for a Russian version


Commit: 2ded98b482f30d2a990f06365b7f612ab4d115b2
    https://github.com/scummvm/scummvm/commit/2ded98b482f30d2a990f06365b7f612ab4d115b2
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2017-10-25T19:14:46+02:00

Commit Message:
MOHAWK: MYST: Add detection for a Russian version

Changed paths:
    engines/mohawk/detection_tables.h


diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 4069ac5..0cb1204 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -195,6 +195,23 @@ static const MohawkGameDescription gameDescriptions[] = {
 		0,
 	},
 
+	// Myst - Russian
+	// From AndyILC in bug #10303
+	{
+		{
+			"myst",
+			"",
+			AD_ENTRY1("MYST.DAT", "196384f87e8bcb51731bce8416ab6a07"),
+			Common::RU_RUS,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			GUI_OPTIONS_MYST
+		},
+		GType_MYST,
+		0,
+		0,
+	},
+
 	// Making of Myst
 	// English Windows 3.11
 	// From clone2727





More information about the Scummvm-git-logs mailing list