[Scummvm-cvs-logs] scummvm master -> 60a21245713489caac4a288b4172af3a74174810

fuzzie fuzzie at fuzzie.org
Sun Apr 24 12:03:31 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:
60a2124571 MOHAWK: Add detection for Arthur's Birthday.


Commit: 60a21245713489caac4a288b4172af3a74174810
    https://github.com/scummvm/scummvm/commit/60a21245713489caac4a288b4172af3a74174810
Author: Alyssa Milburn (fuzzie at fuzzie.org)
Date: 2011-04-24T03:01:35-07:00

Commit Message:
MOHAWK: Add detection for Arthur's Birthday.

Changed paths:
    engines/mohawk/detection_tables.h



diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index a8f9ee5..0391252 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -1254,6 +1254,22 @@ static const MohawkGameDescription gameDescriptions[] = {
 		0
 	},
 
+	// From zerep in bug #3287894
+	{
+		{
+			"arthurbday",
+			"",
+			AD_ENTRY1("BIRTHDAY.512", "874f80ff363214d63593864e58c4a130"),
+			Common::EN_ANY,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_LIVINGBOOKSV1,
+		0,
+		"BIRTHDAY.EXE"
+	},
+
 	{
 		{
 			"arthurbday",






More information about the Scummvm-git-logs mailing list