[Scummvm-cvs-logs] scummvm master -> 1e2019d2084ecdaa568e3eeeb32d642d446725f8

digitall digitall at scummvm.org
Wed Feb 15 17:02:40 CET 2012


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:
1e2019d208 COMPOSER: Add Detection Entry for Princess and the Crab Mac.


Commit: 1e2019d2084ecdaa568e3eeeb32d642d446725f8
    https://github.com/scummvm/scummvm/commit/1e2019d2084ecdaa568e3eeeb32d642d446725f8
Author: D G Turner (digitall at scummvm.org)
Date: 2012-02-15T08:00:53-08:00

Commit Message:
COMPOSER: Add Detection Entry for Princess and the Crab Mac.

Parameters taken from bug #3461984 - "COMPOSER: Mac Princess and the
Crab Not Detected".

Changed paths:
    engines/composer/detection.cpp



diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp
index ca615e2..ac7eafd 100644
--- a/engines/composer/detection.cpp
+++ b/engines/composer/detection.cpp
@@ -253,6 +253,24 @@ static const ComposerGameDescription gameDescriptions[] = {
 		GType_ComposerV2
 	},
 
+	// The Princess and the Crab Mac - From Bug #3461984
+	{
+		{
+			"princess",
+			0,
+			{
+				{"the princess and the crab.ini", 0, "f6b551a7304643004bd5e4df7ac1e76e", -1},
+				{"page99.rsc", 0, "fd5ebd3b5e36c4651c50241619525355", -1},
+				AD_LISTEND
+			},
+			Common::EN_ANY,
+			Common::kPlatformMacintosh,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_ComposerV2
+	},
+
 	{ // Provided by sev
 		{
 			"sleepingcub",






More information about the Scummvm-git-logs mailing list