diff options
author | D G Turner | 2012-02-15 14:43:27 +0000 |
---|---|---|
committer | D G Turner | 2012-02-15 14:43:27 +0000 |
commit | b66b7f8ec81a6574134adb5d2d8e3d55663e3fb4 (patch) | |
tree | 5a2c69f3ef3dadc84bb677587dede98a548e79e3 | |
parent | 8c0e361582abbaed5e6b37a31651702b570f674b (diff) | |
download | scummvm-rg350-b66b7f8ec81a6574134adb5d2d8e3d55663e3fb4.tar.gz scummvm-rg350-b66b7f8ec81a6574134adb5d2d8e3d55663e3fb4.tar.bz2 scummvm-rg350-b66b7f8ec81a6574134adb5d2d8e3d55663e3fb4.zip |
COMPOSER: Add Detection Entry for Sleeping Cub Mac.
Parameters from bug #3461369 - "COMPOSER: Mac Sleeping Cub Not
Detected".
-rw-r--r-- | engines/composer/detection.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
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 } }; |