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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Mon Jul 12 12:31:32 CEST 2010


Revision: 50815
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50815&view=rev
Author:   m_kiewitz
Date:     2010-07-12 10:31:32 +0000 (Mon, 12 Jul 2010)

Log Message:
-----------
SCI: added another workaround for lsl6 kGraph(restoreBox)

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-12 09:24:18 UTC (rev 50814)
+++ scummvm/trunk/engines/sci/engine/kernel.cpp	2010-07-12 10:31:32 UTC (rev 50815)
@@ -263,8 +263,9 @@
 
 //    gameID,       scriptNr,lvl,         object-name, method-name,    call, index,   replace
 static const SciWorkaroundEntry kGraphRestoreBox_workarounds[] = {
-    { GID_LSL6,           86,  0,             "LL6Inv", "show",           -1,    0, { 1,    0 } }, // happens when restoring, is called with hunk segment, but hunk is not allocated at that time
+    { GID_LSL6,           86,  0,             "LL6Inv", "show",           -1,    0, { 0,    0 } }, // happens when restoring, is called with hunk segment, but hunk is not allocated at that time
     // ^^ TODO: check, if this is really a script error or an issue with our restore code
+    { GID_LSL6,           86,  0,             "LL6Inv", "hide",           -1,    0, { 0,    0 } }, // happens during the game, gets called with 1 extra parameter
     SCI_WORKAROUNDENTRY_TERMINATOR
 };
 


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