[Scummvm-cvs-logs] scummvm master -> 9f8850fd918b37b7c7d214ffaaec0ae2b5987bd7

whoozle whoozle at yandex.ru
Sun Jun 19 14:07:45 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:
9f8850fd91 DREAMWEB: Added checksums for German CD release


Commit: 9f8850fd918b37b7c7d214ffaaec0ae2b5987bd7
    https://github.com/scummvm/scummvm/commit/9f8850fd918b37b7c7d214ffaaec0ae2b5987bd7
Author: Vladimir Menshakov (whoozle at yandex.ru)
Date: 2011-06-19T05:05:55-07:00

Commit Message:
DREAMWEB: Added checksums for German CD release

Changed paths:
    engines/dreamweb/detection_tables.h



diff --git a/engines/dreamweb/detection_tables.h b/engines/dreamweb/detection_tables.h
index 058d43c..f32b8de 100644
--- a/engines/dreamweb/detection_tables.h
+++ b/engines/dreamweb/detection_tables.h
@@ -81,6 +81,23 @@ static const DreamWebGameDescription gameDescriptions[] = {
 		},
 	},
 
+	// German CD release
+	{
+		{
+			"dreamweb",
+			"CD",
+			{
+				{"dreamweb.r00", 0, "9960dc3baddabc6ad2a6fd75292b149c", 155886},
+				{"dreamweb.r02", 0, "076ca7cd326cb2abfb2091c6cf46ae08", 201038},
+				AD_LISTEND
+			},
+			Common::DE_DEU,
+			Common::kPlatformPC,
+			ADGF_CD | ADGF_UNSTABLE,
+			GUIO_NONE
+		},
+	},
+
 	{ AD_TABLE_END_MARKER }
 };
 






More information about the Scummvm-git-logs mailing list