[Scummvm-git-logs] scummvm master -> 66153aa28ac26114bd051182f621799850d90a6f

digitall dgturner at iee.org
Thu Oct 4 02:41:06 CEST 2018


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:
66153aa28a MOHAWK: Add Detection Entry for Spanish Variant of Arthurs Birthday.


Commit: 66153aa28ac26114bd051182f621799850d90a6f
    https://github.com/scummvm/scummvm/commit/66153aa28ac26114bd051182f621799850d90a6f
Author: D G Turner (digitall at scummvm.org)
Date: 2018-10-04T01:49:05+01:00

Commit Message:
MOHAWK: Add Detection Entry for Spanish Variant of Arthurs Birthday.

This is from Bug Trac #10705.

Changed paths:
    engines/mohawk/detection_tables.h


diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 04fec52..7e7e037 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -2034,6 +2034,22 @@ static const MohawkGameDescription gameDescriptions[] = {
 		"BIRTHDAY.EXE"
 	},
 
+	// From Maikel-Nait in bug Trac #10705
+	{
+		{
+			"arthurbday",
+			"",
+			AD_ENTRY1("BIRTHDAY.512", "fd0c7b73b9f40400e145efd06240b84b"),
+			Common::ES_ESP,
+			Common::kPlatformWindows,
+			ADGF_ADDENGLISH,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_LIVINGBOOKSV1,
+		0,
+		"BIRTHDAY.EXE"
+	},
+
 	// From aluff in bug#3309936
 	{
 		{





More information about the Scummvm-git-logs mailing list