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

rootfather lserramari at gmail.com
Thu Feb 8 15:03:34 CET 2018


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

Summary:
889c149c05 MOHAWK: Add detection for English Myst, Win 3.11, Version 1.0.1
dad0ea4dab MOHAWK: Fix indentation in detection_tables.h


Commit: 889c149c05791de426310c197b30e5e5c7687737
    https://github.com/scummvm/scummvm/commit/889c149c05791de426310c197b30e5e5c7687737
Author: rootfather (rootfather at scummvm.org)
Date: 2018-02-08T14:53:27+01:00

Commit Message:
MOHAWK: Add detection for English Myst, Win 3.11, Version 1.0.1

Changed paths:
    engines/mohawk/detection_tables.h


diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index e35fc84..8e3b6a4 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -52,6 +52,25 @@ static const MohawkGameDescription gameDescriptions[] = {
 	},
 
 	// Myst
+	// English Windows 3.11
+	// Version 1.0.1
+	// From rootfather
+	{
+		{
+			"myst",
+			"",
+			AD_ENTRY1("MYST.DAT", "4beb3366ed3f3b9bfb6e81a14a43bdcc"),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			GUI_OPTIONS_MYST
+		},
+		GType_MYST,
+		0,
+		0,
+	},
+
+	// Myst
 	// English Windows 3.11, v1.0
 	// From vonLeheCreative, #9645
 	{


Commit: dad0ea4dab42852afa1c2c01933589122cb0dec5
    https://github.com/scummvm/scummvm/commit/dad0ea4dab42852afa1c2c01933589122cb0dec5
Author: rootfather (rootfather at scummvm.org)
Date: 2018-02-08T15:01:57+01:00

Commit Message:
MOHAWK: Fix indentation in detection_tables.h

Changed paths:
    engines/mohawk/detection_tables.h


diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 8e3b6a4..a06b814 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -52,8 +52,7 @@ static const MohawkGameDescription gameDescriptions[] = {
 	},
 
 	// Myst
-	// English Windows 3.11
-	// Version 1.0.1
+	// English Windows 3.11, v1.0.1
 	// From rootfather
 	{
 		{
@@ -74,18 +73,18 @@ static const MohawkGameDescription gameDescriptions[] = {
 	// English Windows 3.11, v1.0
 	// From vonLeheCreative, #9645
 	{
-			{
-					"myst",
-					"",
-					AD_ENTRY1("MYST.DAT", "0e4b6fcbd2419d4371365314fb7443f8"),
-					Common::EN_ANY,
-					Common::kPlatformWindows,
-					ADGF_NO_FLAGS,
-					GUI_OPTIONS_MYST
-			},
-			GType_MYST,
-			0,
-			0,
+		{
+			"myst",
+			"",
+			AD_ENTRY1("MYST.DAT", "0e4b6fcbd2419d4371365314fb7443f8"),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			GUI_OPTIONS_MYST
+		},
+		GType_MYST,
+		0,
+		0,
 	},
 
 	// Myst Demo





More information about the Scummvm-git-logs mailing list