[Scummvm-cvs-logs] scummvm master -> b66b7f8ec81a6574134adb5d2d8e3d55663e3fb4
digitall
digitall at scummvm.org
Wed Feb 15 15:45:41 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:
b66b7f8ec8 COMPOSER: Add Detection Entry for Sleeping Cub Mac.
Commit: b66b7f8ec81a6574134adb5d2d8e3d55663e3fb4
https://github.com/scummvm/scummvm/commit/b66b7f8ec81a6574134adb5d2d8e3d55663e3fb4
Author: D G Turner (digitall at scummvm.org)
Date: 2012-02-15T06:43:27-08:00
Commit Message:
COMPOSER: Add Detection Entry for Sleeping Cub Mac.
Parameters from bug #3461369 - "COMPOSER: Mac Sleeping Cub Not
Detected".
Changed paths:
engines/composer/detection.cpp
diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp
index c9237a5..ca615e2 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 }
};
More information about the Scummvm-git-logs
mailing list