[Scummvm-cvs-logs] scummvm master -> dc0b8679f91df47b3f6089272188ee7a9ec7c656

sev- sev at scummvm.org
Sun Mar 27 14:33:13 CEST 2016


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:
dc0b8679f9 DREAMWEB: Added detection for Czech version. Bug #7078


Commit: dc0b8679f91df47b3f6089272188ee7a9ec7c656
    https://github.com/scummvm/scummvm/commit/dc0b8679f91df47b3f6089272188ee7a9ec7c656
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-27T14:33:03+02:00

Commit Message:
DREAMWEB: Added detection for Czech version. Bug #7078

Changed paths:
    engines/dreamweb/detection_tables.h



diff --git a/engines/dreamweb/detection_tables.h b/engines/dreamweb/detection_tables.h
index cb9bebb..9ba9a6e 100644
--- a/engines/dreamweb/detection_tables.h
+++ b/engines/dreamweb/detection_tables.h
@@ -244,6 +244,25 @@ static const DreamWebGameDescription gameDescriptions[] = {
 		},
 	},
 
+	// Czech fan-made translation
+	{
+		{
+			"dreamweb",
+			"CD",
+			{
+				{"dreamweb.r00", 0, "3b5c87717fc40cc5a5ae19c155662ee3", 152918},
+				{"dreamweb.r02", 0, "28458718167a040d7e988cf7d2298eae", 210466},
+				{"dreamweb.exe", 0, "40cc15bdc8fa3a785b5fd1ecd6194119", 65440},
+				AD_LISTEND
+			},
+			Common::CZ_CZE,
+			Common::kPlatformDOS,
+			ADGF_CD,
+			GUIO2(GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_BRIGHTPALETTE)
+		},
+	},
+
+
 	{ AD_TABLE_END_MARKER }
 };
 






More information about the Scummvm-git-logs mailing list