[Scummvm-cvs-logs] SF.net SVN: scummvm:[45365] scummvm/trunk/engines/sci/detection_tables.h

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Sun Oct 25 02:13:08 CEST 2009


Revision: 45365
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45365&view=rev
Author:   mthreepwood
Date:     2009-10-25 00:13:08 +0000 (Sun, 25 Oct 2009)

Log Message:
-----------
Mark Jones CD with the CD flag and add CD in the extras field.

Modified Paths:
--------------
    scummvm/trunk/engines/sci/detection_tables.h

Modified: scummvm/trunk/engines/sci/detection_tables.h
===================================================================
--- scummvm/trunk/engines/sci/detection_tables.h	2009-10-24 21:55:53 UTC (rev 45364)
+++ scummvm/trunk/engines/sci/detection_tables.h	2009-10-25 00:13:08 UTC (rev 45365)
@@ -735,11 +735,11 @@
 		Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH	},
 
 	// Jones in the Fast Lane - English DOS CD
-	{"jones", "", {
+	{"jones", "CD", {
 		{"resource.map", 0, "459f5b04467bc2107aec02f5c4b71b37", 4878},
 		{"resource.001", 0, "3876da2ce16fb7dea2f5d943d946fa84", 1652150},
 		{NULL, 0, NULL, 0}},
-		Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NONE	},
+		Common::EN_ANY, Common::kPlatformPC, ADGF_CD, GUIO_NONE	},
 
 	// King's Quest 1 SCI Remake - English Amiga (from www.back2roots.org)
 	// Executable scanning reports "1.003.007"


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