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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Apr 22 00:59:38 CEST 2009


Revision: 40060
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40060&view=rev
Author:   thebluegr
Date:     2009-04-21 22:59:37 +0000 (Tue, 21 Apr 2009)

Log Message:
-----------
Updated some of the detector entries for KQ5

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

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2009-04-21 21:44:37 UTC (rev 40059)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-04-21 22:59:37 UTC (rev 40060)
@@ -858,7 +858,7 @@
 		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformAmiga, 0},
 		{},
 		SCI_VERSION_AUTODETECT,
-		SCI_VERSION(1, 000, 784) // got 1.004.018 by executable scan
+		SCI_VERSION(1, 000, 60) // got 1.004.018 by executable scan
 	},
 
 	// King's Quest 5 - German Amiga
@@ -875,7 +875,7 @@
 		{NULL, 0, NULL, 0}}, Common::DE_DEU, Common::kPlatformAmiga, 0},
 		{},
 		SCI_VERSION_AUTODETECT,
-		SCI_VERSION(1, 000, 784) // got 1.004.024 by executable scan
+		SCI_VERSION(1, 000, 60) // got 1.004.024 by executable scan
 	},
 
 	// King's Quest 5 - Italian Amiga
@@ -892,21 +892,21 @@
 		{NULL, 0, NULL, 0}}, Common::IT_ITA, Common::kPlatformAmiga, 0},
 		{},
 		SCI_VERSION_AUTODETECT,
-		SCI_VERSION(1, 000, 784) // got 1.004.024 by executable scan
+		SCI_VERSION(1, 000, 60) // got 1.004.024 by executable scan
 	},
 
-	// King's Quest 5 - English DOS
-	{{"kq5", "", {
+	// King's Quest 5 - English DOS CD
+	{{"kq5", "CD", {
 		{"resource.map", 0, "f68ba690e5920725dcf9328001b90e33", 13122},
 		{"resource.000", 0, "449471bfd77be52f18a3773c7f7d843d", 571368},
 		{"resource.001", 0, "b45a581ff8751e052c7e364f58d3617f", 16800210},
 		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0},
 		{},
 		SCI_VERSION_AUTODETECT,
-		SCI_VERSION(1, 000, 60)
+		SCI_VERSION(1, 000, 784)
 	},
 
-	// King's Quest 5 - English DOS
+	// King's Quest 5 - English DOS floppy
 	{{"kq5", "", {
 		{"resource.map", 0, "d6172c27b453350e158815fbae23f41e", 8004},
 		{"resource.000", 0, "a591bd4b879fc832b8095c0b3befe9e2", 276351},


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