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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Mar 30 10:37:49 CEST 2009


Revision: 39754
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39754&view=rev
Author:   thebluegr
Date:     2009-03-30 08:37:49 +0000 (Mon, 30 Mar 2009)

Log Message:
-----------
Changed the SCI version of the French version of LSL3 to match the other ones. Hopefully, this fixes the crash described in bug #2719017

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

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2009-03-30 08:31:30 UTC (rev 39753)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-03-30 08:37:49 UTC (rev 39754)
@@ -1260,7 +1260,7 @@
 		{NULL, 0, NULL, 0}}, Common::FR_FRA, Common::kPlatformPC, 0},
 		{},
 		SCI_VERSION_AUTODETECT,
-		SCI_VERSION(0, 001, 123)  // got S.old.123 by executable scan
+		SCI_VERSION(0, 000, 572)  // got S.old.123 by executable scan
 	},
 
 	// Larry 5 - English Amiga


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