[Scummvm-cvs-logs] scummvm master -> 41c1ea29b3ae0f0846199ad825718bbdfdeeb846

somaen einarjohants at gmail.com
Mon Aug 12 00:34:45 CEST 2013


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:
41c1ea29b3 WINTERMUTE: Add detection for Blue Madonna-demo.


Commit: 41c1ea29b3ae0f0846199ad825718bbdfdeeb846
    https://github.com/scummvm/scummvm/commit/41c1ea29b3ae0f0846199ad825718bbdfdeeb846
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2013-08-11T15:33:41-07:00

Commit Message:
WINTERMUTE: Add detection for Blue Madonna-demo.

Changed paths:
    engines/wintermute/detection_tables.h



diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h
index 3d9afe7..702c0b2 100644
--- a/engines/wintermute/detection_tables.h
+++ b/engines/wintermute/detection_tables.h
@@ -141,6 +141,17 @@ static const ADGameDescription gameDescriptions[] = {
 		ADGF_UNSTABLE,
 		GUIO0()
 	},
+	// Carol Reed 7 - Blue Madonna (Demo)
+	{
+		"carolreed7",
+		"Demo",
+		AD_ENTRY1s("data.dcp", "0372ad0c775266f6355e9e8ae397a2f1", 103719442),
+		Common::EN_ANY,
+		Common::kPlatformWindows,
+		ADGF_UNSTABLE |
+		ADGF_DEMO,
+		GUIO0()
+	},
 	// Carol Reed 7 - Blue Madonna
 	{
 		"carolreed7",






More information about the Scummvm-git-logs mailing list