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

sev at users.sourceforge.net sev at users.sourceforge.net
Wed Jan 7 19:13:57 CET 2009


Revision: 35769
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35769&view=rev
Author:   sev
Date:     2009-01-07 18:13:56 +0000 (Wed, 07 Jan 2009)

Log Message:
-----------
Fix bug #2484801: "PQ1/DOS/Englisv2.0G - One version is detected as MAC Version"

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

Modified: scummvm/trunk/engines/agi/detection.cpp
===================================================================
--- scummvm/trunk/engines/agi/detection.cpp	2009-01-07 15:30:38 UTC (rev 35768)
+++ scummvm/trunk/engines/agi/detection.cpp	2009-01-07 18:13:56 UTC (rev 35769)
@@ -422,8 +422,8 @@
 	// Police Quest 1 (Russian)
 	GAME_LPS("pq1", "", "604cc8041d24c4c7e5fa8baf386ef76e", 360, Common::RU_RUS, 0x2917, GID_PQ1, Common::kPlatformPC),
 
-	// Police Quest 1 (Mac) 2.0G 12/3/87
-	GAME_P("pq1", "2.0G 1987-12-03 5.25\"/ST", "231f3e28170d6e982fc0ced4c98c5c1c", 0x2440, GID_PQ1, Common::kPlatformMacintosh),
+	// Police Quest 1 2.0G 12/3/87
+	GAME("pq1", "2.0G 1987-12-03 5.25\"/ST", "231f3e28170d6e982fc0ced4c98c5c1c", 0x2440, GID_PQ1),
 
 	// Police Quest 1 (PC) 2.0G 12/3/87; entry from DAGII, but missing from Sarien?
 	// not sure about disk format -- dsymonds


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