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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Mar 30 11:02:03 CEST 2009


Revision: 39756
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39756&view=rev
Author:   thebluegr
Date:     2009-03-30 09:02:03 +0000 (Mon, 30 Mar 2009)

Log Message:
-----------
Added another version of Hoyle 1, from bug report #2719227

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

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2009-03-30 08:43:34 UTC (rev 39755)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-03-30 09:02:03 UTC (rev 39756)
@@ -631,6 +631,16 @@
 		SCI_VERSION(0, 000, 530)
 	},
 
+	// Hoyle 1 - English DOS (supplied by merkur in bug report #2719227)
+	{{"hoyle1", "", {
+		{"resource.map", 0, "1034a218943d12f1f36e753fa10c95b8", 4386},
+		{"resource.001", 0, "e0dd44069a62a463fd124974b915f10d", 518308},
+		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0},
+		{},
+		SCI_VERSION_AUTODETECT,
+		SCI_VERSION(0, 000, 530)
+	},
+
 #if 0 // TODO: unknown if these files are corrupt
 	// Hoyle 1 - English Amiga (from www.back2roots.org)
 	{{"hoyle1", "", {


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