[Scummvm-cvs-logs] SF.net SVN: scummvm:[33762] scummvm/branches/branch-0-12-0/engines/drascula /detection.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Sun Aug 10 19:37:43 CEST 2008


Revision: 33762
          http://scummvm.svn.sourceforge.net/scummvm/?rev=33762&view=rev
Author:   sev
Date:     2008-08-10 17:37:40 +0000 (Sun, 10 Aug 2008)

Log Message:
-----------
(backport) Add checksums for ScummVM repacked Italian and Spanish versions.

Modified Paths:
--------------
    scummvm/branches/branch-0-12-0/engines/drascula/detection.cpp

Modified: scummvm/branches/branch-0-12-0/engines/drascula/detection.cpp
===================================================================
--- scummvm/branches/branch-0-12-0/engines/drascula/detection.cpp	2008-08-10 17:35:42 UTC (rev 33761)
+++ scummvm/branches/branch-0-12-0/engines/drascula/detection.cpp	2008-08-10 17:37:40 UTC (rev 33762)
@@ -195,6 +195,38 @@
 		},
 	},
 
+	{
+		// Drascula Spanish version (ScummVM repacked files)
+		{
+			"drascula",
+			0,
+			{
+				{"packet.001", 0, "c6a8697396e213a18472542d5f547cb4", 32847563},
+				{"packet.004", 0, "a289d3cf80d50f25ec569b653248437e", 17205838},
+				{NULL, 0, NULL, 0}
+			},
+			Common::ES_ESP,
+			Common::kPlatformPC,
+			GF_PACKED
+		},
+	},
+
+	{
+		// Drascula Italian version (ScummVM repacked files)
+		{
+			"drascula",
+			0,
+			{
+				{"packet.001", 0, "c6a8697396e213a18472542d5f547cb4", 32847563},
+				{"packet.005", 0, "f80e10e37000a2201eabf8dad82c7f64", 16184223},
+				{NULL, 0, NULL, 0}
+			},
+			Common::IT_ITA,
+			Common::kPlatformPC,
+			GF_PACKED
+		},
+	},
+
 	{ AD_TABLE_END_MARKER }
 };
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list