[Scummvm-cvs-logs] scummvm master -> 5ba4e839b524c67aa09ff507a4870701ab68e840

clone2727 clone2727 at gmail.com
Sat Jul 2 00:35:22 CEST 2011


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:
5ba4e839b5 MOHAWK: Add the Mac version of Arthur's Reading Race


Commit: 5ba4e839b524c67aa09ff507a4870701ab68e840
    https://github.com/scummvm/scummvm/commit/5ba4e839b524c67aa09ff507a4870701ab68e840
Author: Matthew Hoops (clone2727 at gmail.com)
Date: 2011-07-01T15:33:14-07:00

Commit Message:
MOHAWK: Add the Mac version of Arthur's Reading Race

Changed paths:
    engines/mohawk/detection_tables.h



diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 2243dd1..01eac0a 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1474,6 +1474,21 @@ static const MohawkGameDescription gameDescriptions[] = {
 		0
 	},
 
+	{
+		{
+			"arthurrace",
+			"",
+			AD_ENTRY1("BookOutline", "f0a9251824a648fce1b49cb7c1a0ba67"),
+			Common::EN_ANY,
+			Common::kPlatformMacintosh,
+			ADGF_UNSTABLE,
+			Common::GUIO_NONE
+		},
+		GType_LIVINGBOOKSV3,
+		0,
+		0
+	},
+
 	// From zerep in bug #3287894
 	{
 		{






More information about the Scummvm-git-logs mailing list