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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Feb 28 23:59:27 CET 2009


Revision: 38986
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38986&view=rev
Author:   thebluegr
Date:     2009-02-28 22:59:27 +0000 (Sat, 28 Feb 2009)

Log Message:
-----------
Fixed the SCI version in a version of Longbow, and fixed a typo in the MD5 of a version of SQ5

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

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2009-02-28 22:36:48 UTC (rev 38985)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-02-28 22:59:27 UTC (rev 38986)
@@ -348,7 +348,7 @@
 		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0},
 		{},
 		SCI_VERSION_AUTODETECT,
-		SCI_VERSION(1, 000, 168)
+		SCI_VERSION(1, 000, 510)
 	},
 
 	// Conquests of the Longbow - English DOS Demo
@@ -1977,7 +1977,7 @@
 
 	// Space Quest 5 - English DOS
 	{{"sq5", "", {
-		{"resource.map", 0, "8bde0a9adb9a3e9aaa861826874c983", 6473},
+		{"resource.map", 0, "8bde0a9adb9a3e9aaa861826874c9834", 6473},
 		{"resource.000", 0, "f4a48705764544d7cc64a7bb22a610df", 6025184},
 		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0},
 		{},


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