[Scummvm-cvs-logs] scummvm master -> 51905728c3f7ae94b54d5a364289cf266c886fae

dreammaster dreammaster at scummvm.org
Thu Jun 16 10:40:16 CEST 2011


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:
51905728c3 DREAMWEB: Added detection for second CD version


Commit: 51905728c3f7ae94b54d5a364289cf266c886fae
    https://github.com/scummvm/scummvm/commit/51905728c3f7ae94b54d5a364289cf266c886fae
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-06-16T01:38:19-07:00

Commit Message:
DREAMWEB: Added detection for second CD version

Changed paths:
    engines/dreamweb/detection_tables.h



diff --git a/engines/dreamweb/detection_tables.h b/engines/dreamweb/detection_tables.h
index 1062b50..f9bc75b 100644
--- a/engines/dreamweb/detection_tables.h
+++ b/engines/dreamweb/detection_tables.h
@@ -61,6 +61,24 @@ static const DreamWebGameDescription gameDescriptions[] = {
 			GUIO_NONE
 		},
 	},
+
+	// Second CD version
+	{
+		{
+			"dreamweb",
+			"CD",
+			{
+				{"dreamweb.r00", 0, "8acafd7f4418d08d0e16b65b8b10bc50", 152983},
+				{"dreamweb.r02", 0, "c0c363715ddf14ab54f2379906a3aa01", 198707},
+				AD_LISTEND
+			},
+			Common::EN_ANY,
+			Common::kPlatformPC,
+			ADGF_CD,
+			GUIO_NONE
+		},
+	},
+
 	{ AD_TABLE_END_MARKER }
 };
 






More information about the Scummvm-git-logs mailing list