From ad78ea6b506c0c97d6587a26a254ff912bcf4fa1 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Wed, 15 Feb 2012 16:29:03 +0000 Subject: COMPOSER: Add Detection Entry for Liam Finds a Story Mac. Parameters from bug #3463201 - "COMPOSER: Liam Finds a Story (Mac) Not Detected". --- engines/composer/detection.cpp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp index ac7eafd510..9eb49612b3 100644 --- a/engines/composer/detection.cpp +++ b/engines/composer/detection.cpp @@ -136,6 +136,24 @@ static const ComposerGameDescription gameDescriptions[] = { GType_ComposerV2 }, + // Liam Finds a Story Mac - from bug #3463201 + { + { + "liam", + 0, + { + {"liam finds a story.ini", 0, "85a1ca6002ded8572920bbdb73d35b0a", -1}, + {"page99.rsc", 0, "11b0a19c6b6d73c39e2bd289a457c1dc", -1}, + AD_LISTEND + }, + Common::EN_ANY, + Common::kPlatformMacintosh, + ADGF_NO_FLAGS, + GUIO1(GUIO_NOASPECT) + }, + GType_ComposerV2 + }, + // from Liam Finds a Story CD { { @@ -316,6 +334,7 @@ using namespace Composer; // we match from data too, to stop detection from a non-top-level directory const static char *directoryGlobs[] = { "data", + "liam", "programs", "princess", "sleepcub", -- cgit v1.2.3