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

joostp at users.sourceforge.net joostp at users.sourceforge.net
Sat Feb 21 23:13:59 CET 2009


Revision: 38754
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38754&view=rev
Author:   joostp
Date:     2009-02-21 22:13:59 +0000 (Sat, 21 Feb 2009)

Log Message:
-----------
re-add PQ3 & PQ4 from the PQ collection

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

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2009-02-21 22:10:13 UTC (rev 38753)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-02-21 22:13:59 UTC (rev 38754)
@@ -1170,7 +1170,6 @@
 	},
 #endif
 
-#if 0
 	// Police Quest 3 - English DOS
 	{{"pq3", "", {
 		{"resource.map", 0, "6457bf0c8ca865a42d9ff5827ab49b89", 5559},
@@ -1183,18 +1182,15 @@
 		{},
 		SCI_VERSION(1, 000, 510)
 	},
-#endif
 
-#if 0
 	// Police Quest 4 - English DOS
 	{{"pq4", "", {
 		{"resource.map", 0, "379dfe80ed6bd16c47e4b950c4722eac", 11374},
 		{"resource.000", 0, "fd316a09b628b7032248139003369022", 18841068},
 		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0},
 		{},
-		SCI_VERSION(0, 000, 000)	// FIXME: add version here
+		SCI_VERSION(2, 100, 002)
 	},
-#endif
 
 	// Police Quest 4 - English DOS
 	{{"pq4", "", {


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