[Scummvm-cvs-logs] SF.net SVN: scummvm:[38531] scummvm/trunk/engines/sci/detection.cpp
mthreepwood at users.sourceforge.net
mthreepwood at users.sourceforge.net
Thu Feb 19 03:26:10 CET 2009
Revision: 38531
http://scummvm.svn.sourceforge.net/scummvm/?rev=38531&view=rev
Author: mthreepwood
Date: 2009-02-19 02:26:09 +0000 (Thu, 19 Feb 2009)
Log Message:
-----------
Fix kq4 start (it was using the wrong version).
Modified Paths:
--------------
scummvm/trunk/engines/sci/detection.cpp
Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp 2009-02-19 02:18:46 UTC (rev 38530)
+++ scummvm/trunk/engines/sci/detection.cpp 2009-02-19 02:26:09 UTC (rev 38531)
@@ -420,7 +420,7 @@
{"resource.004", 0, "77615c595388acf3d1df8e107bfb6b52", 479562},
{NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0},
{},
- SCI_VERSION(0, 000, 274) // FIXME: some versions are v. 0.000.409/0.000.502
+ SCI_VERSION(0, 000, 502)
},
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