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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Wed Jul 14 13:41:25 CEST 2010


Revision: 50880
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50880&view=rev
Author:   m_kiewitz
Date:     2010-07-14 11:41:24 +0000 (Wed, 14 Jul 2010)

Log Message:
-----------
SCI: changing kList(18) into StubNull, so that torin demo works a little more till we figure out what's supposed to be in there

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

Modified: scummvm/trunk/engines/sci/engine/kernel.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kernel.cpp	2010-07-14 11:34:44 UTC (rev 50879)
+++ scummvm/trunk/engines/sci/engine/kernel.cpp	2010-07-14 11:41:24 UTC (rev 50880)
@@ -480,8 +480,8 @@
     // passed as a second parameter instead of an object. Thus, it seems to
     // be something like ListAt instead... If we swap the two subops though,
     // Torin demo crashes complaining that it tried to send to a non-object,
-    // therefore the semantics might be different here
-    { SIG_SCI21,          18, MAP_CALL(ListIndexOf),               "l[o0]",                NULL },
+    // therefore the semantics might be different here (signature was l[o0])
+    { SIG_SCI21,          18, MAP_CALL(StubNull),                  "li",                   NULL },
     { SIG_SCI21,          19, MAP_CALL(ListEachElementDo),         "li(.*)",               NULL },
     { SIG_SCI21,          20, MAP_CALL(ListFirstTrue),             "li(.*)",               NULL },
     { SIG_SCI21,          21, MAP_CALL(ListAllTrue),               "li(.*)",               NULL },


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