[Scummvm-cvs-logs] scummvm master -> 4c905483804a03d78d38da36144610c27a375372

bluegr bluegr at gmail.com
Fri Aug 23 13:05:38 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:
4c90548380 TINSEL: Add the English Mac version of DW1 (bug #3614864)


Commit: 4c905483804a03d78d38da36144610c27a375372
    https://github.com/scummvm/scummvm/commit/4c905483804a03d78d38da36144610c27a375372
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-08-23T04:01:07-07:00

Commit Message:
TINSEL: Add the English Mac version of DW1 (bug #3614864)

Changed paths:
    engines/tinsel/detection_tables.h



diff --git a/engines/tinsel/detection_tables.h b/engines/tinsel/detection_tables.h
index a945672..cc8166f 100644
--- a/engines/tinsel/detection_tables.h
+++ b/engines/tinsel/detection_tables.h
@@ -478,6 +478,26 @@ static const TinselGameDescription gameDescriptions[] = {
 	},
 #endif
 
+	{	// Mac English CD, see tracker #3614864
+		{
+			"dw",
+			"CD",
+			{
+				{"dw.scn", 0, "114643df0d1f1530a0a9c5d4e38917bc", 1268553},
+				{"english.smp", 0, NULL, -1},
+				{NULL, 0, NULL, 0}
+			},
+			Common::EN_ANY,
+			Common::kPlatformMacintosh,
+			ADGF_CD,
+			GUIO0()
+		},
+		GID_DW1,
+		0,
+		GF_SCNFILES | GF_ENHANCED_AUDIO_SUPPORT,
+		TINSEL_V1,
+	},
+
 	{	// Mac multilanguage CD
 		{
 			"dw",






More information about the Scummvm-git-logs mailing list