[Scummvm-cvs-logs] SF.net SVN: scummvm: [28369] scummvm/trunk/engines/gob/detection.cpp

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Tue Jul 31 22:15:58 CEST 2007


Revision: 28369
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28369&view=rev
Author:   drmccoy
Date:     2007-07-31 13:15:58 -0700 (Tue, 31 Jul 2007)

Log Message:
-----------
Added Ween English Atari ST and updated the Amiga version, as provided by pwigren in bug #1764174

Modified Paths:
--------------
    scummvm/trunk/engines/gob/detection.cpp

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2007-07-31 19:33:36 UTC (rev 28368)
+++ scummvm/trunk/engines/gob/detection.cpp	2007-07-31 20:15:58 UTC (rev 28369)
@@ -622,7 +622,11 @@
 		{
 			"ween",
 			"",
-			AD_ENTRY1s("intro.stk", "bfd9d02faf3d8d60a2cf744f95eb48dd", 456570),
+			{
+				{"intro.stk", 0, "bfd9d02faf3d8d60a2cf744f95eb48dd", 456570},
+				{"ween.ins", 0, "d2cb24292c9ddafcad07e23382027218", 87800},
+				{NULL, 0, NULL, 0}
+			},
 			EN_GRB,
 			kPlatformAmiga,
 			Common::ADGF_NO_FLAGS
@@ -631,6 +635,23 @@
 		kFeaturesNone,
 		"intro"
 	},
+	{ // Supplied by pwigren in bug report #1764174
+		{
+			"ween",
+			"",
+			{
+				{"intro.stk", 0, "bfd9d02faf3d8d60a2cf744f95eb48dd", 456570},
+				{"music__5.snd", 0, "7d1819b9981ecddd53d3aacbc75f1cc8", 13446},
+				{NULL, 0, NULL, 0}
+			},
+			EN_GRB,
+			kPlatformAtariST,
+			Common::ADGF_NO_FLAGS
+		},
+		kGameTypeWeen,
+		kFeaturesNone,
+		"intro"
+	},
 	{ // Supplied by vampir_raziel in bug report #1658373
 		{
 			"ween",


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