From b66b7f8ec81a6574134adb5d2d8e3d55663e3fb4 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Wed, 15 Feb 2012 14:43:27 +0000 Subject: COMPOSER: Add Detection Entry for Sleeping Cub Mac. Parameters from bug #3461369 - "COMPOSER: Mac Sleeping Cub Not Detected". --- engines/composer/detection.cpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'engines/composer') diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp index c9237a5884..ca615e2f19 100644 --- a/engines/composer/detection.cpp +++ b/engines/composer/detection.cpp @@ -270,6 +270,24 @@ static const ComposerGameDescription gameDescriptions[] = { GType_ComposerV2 }, + // Sleeping Cub Mac - From Bug #3461369 + { + { + "sleepingcub", + 0, + { + {"sleeping cub.ini", 0, "39642a4036cb51443f5e90052c3ad0b2", -1}, + {"page99.rsc", 0, "219fbd9bd2ff87c7023814405d753145", -1}, + AD_LISTEND + }, + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_NO_FLAGS, + GUIO1(GUIO_NOASPECT) + }, + GType_ComposerV2 + }, + { AD_TABLE_END_MARKER, 0 } }; -- cgit v1.2.3