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

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Fri Feb 20 05:02:03 CET 2009


Revision: 38576
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38576&view=rev
Author:   Kirben
Date:     2009-02-20 04:02:02 +0000 (Fri, 20 Feb 2009)

Log Message:
-----------
Add another English DOS version of The Island of Dr. Brain

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

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2009-02-20 03:56:42 UTC (rev 38575)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-02-20 04:02:02 UTC (rev 38576)
@@ -1647,6 +1647,14 @@
 	},
 #endif
 
+	// The Island of Dr. Brain DOS - English (from Quietust)
+	{{"islandbrain", "", {
+		{"resource.map", 0, "3c07da06bdd1689f9d07af78fb94d0ec", 3101},
+		{"resource.000", 0, "ecc686e0034fb4d41de077ac7167b3cf", 1947866},
+		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0},
+		{},
+		SCI_VERSION(1.001.053)
+	},
 #if 0
 	// The Island of Dr. Brain DOS - English
 	{{"islandbrain", "", {


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