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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Thu Jan 28 03:16:20 CET 2010


Revision: 47625
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47625&view=rev
Author:   thebluegr
Date:     2010-01-28 02:16:20 +0000 (Thu, 28 Jan 2010)

Log Message:
-----------
Fixed the demos of LSL1 and LSL5

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

Modified: scummvm/trunk/engines/sci/engine/static_selectors.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/static_selectors.cpp	2010-01-28 02:15:15 UTC (rev 47624)
+++ scummvm/trunk/engines/sci/engine/static_selectors.cpp	2010-01-28 02:16:20 UTC (rev 47625)
@@ -68,7 +68,7 @@
 	{    SCI_VERSION_0_EARLY,     SCI_VERSION_0_LATE,     "points", 316 },
 	{    SCI_VERSION_0_EARLY,     SCI_VERSION_0_LATE,      "flags", 368 },
 	{    SCI_VERSION_1_EARLY,        SCI_VERSION_1_1,    "nodePtr",  44 },
-	{    SCI_VERSION_1_EARLY,        SCI_VERSION_1_1, "cantBeHere",  57 },
+	{     SCI_VERSION_1_LATE,        SCI_VERSION_1_1, "cantBeHere",  57 },
 	{    SCI_VERSION_1_EARLY,        SCI_VERSION_1_1,  "topString", 101 },
 	{    SCI_VERSION_1_EARLY,        SCI_VERSION_1_1,      "flags", 102 },
 	{        SCI_VERSION_1_1,        SCI_VERSION_1_1,"scaleSignal", 103 },


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