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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu May 14 21:58:44 CEST 2009


Revision: 40568
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40568&view=rev
Author:   thebluegr
Date:     2009-05-14 19:58:42 +0000 (Thu, 14 May 2009)

Log Message:
-----------
Fixed SQ3 Amiga by hardcoding the resource version (automatic resource version detection fails on this one)

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

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2009-05-14 19:42:46 UTC (rev 40567)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-05-14 19:58:42 UTC (rev 40568)
@@ -2555,7 +2555,7 @@
 		{"resource.004", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 761984},
 		{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformAmiga, 0},
 		0,
-		SCI_VERSION_AUTODETECT,
+		SCI_VERSION_0,
 		SCI_VERSION(0, 000, 685) // TODO: best bet, exe seems packed
 	},
 


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