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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Apr 3 01:37:21 CEST 2009


Revision: 39805
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39805&view=rev
Author:   thebluegr
Date:     2009-04-02 23:37:21 +0000 (Thu, 02 Apr 2009)

Log Message:
-----------
Added the English DOS version of Hoyle 2

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

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2009-04-02 22:33:27 UTC (rev 39804)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-04-02 23:37:21 UTC (rev 39805)
@@ -681,6 +681,17 @@
 	},
 #endif
 
+	// Hoyle 2 - English DOS
+	{{"hoyle2", "", {
+		{"resource.map", 0, "4f894d203f64aa23d9ff64d30ae36926", 2100},
+		{"resource.001", 0, "8f2dd70abe01112eca464cda818b5eb6", 98138},
+		{"resource.002", 0, "8f2dd70abe01112eca464cda818b5eb6", 196631},
+		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0},
+		{},
+		SCI_VERSION_AUTODETECT,
+		SCI_VERSION(0, 000, 572)
+	},
+
 	// Hoyle 2 - English Amiga (from www.back2roots.org)
 	{{"hoyle2", "", {
 		{"resource.map", 0, "62ed48d20c580e5a98f102f7cd93706a", 1356},


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