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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Oct 30 13:07:44 CEST 2010


Revision: 53940
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53940&view=rev
Author:   thebluegr
Date:     2010-10-30 11:07:44 +0000 (Sat, 30 Oct 2010)

Log Message:
-----------
SCI: Fixed detection of fan made script patches for LSL1

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

Modified: scummvm/trunk/engines/sci/sci.cpp
===================================================================
--- scummvm/trunk/engines/sci/sci.cpp	2010-10-30 09:17:21 UTC (rev 53939)
+++ scummvm/trunk/engines/sci/sci.cpp	2010-10-30 11:07:44 UTC (rev 53940)
@@ -374,7 +374,7 @@
 		{ GID_LAURABOW2,  994,   4382,      0,  0x00 },
 		{ GID_LONGBOW,    994,   4950,   1455,  0x78 },	// English
 		{ GID_LONGBOW,    994,   5020,   1469,  0x78 },	// German
-		{ GID_LSL1,       380,   7256,      0,  0x00 },
+		{ GID_LSL1,       803,    592,    342,  0x01 },
 		{ GID_LSL3,       380,   6148,    195,  0x35 },
 		{ GID_LSL5,       994,   4810,   1342,  0x78 },	// English
 		{ GID_LSL5,       994,   4942,   1392,  0x76 },	// German


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