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

tdhs at users.sourceforge.net tdhs at users.sourceforge.net
Thu Jul 22 15:19:59 CEST 2010


Revision: 51142
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51142&view=rev
Author:   tdhs
Date:     2010-07-22 13:19:59 +0000 (Thu, 22 Jul 2010)

Log Message:
-----------
SCI: Added workaround for Engine Abort when rummaging in Software Excess bargain bin.

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

Modified: scummvm/trunk/engines/sci/engine/workarounds.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/workarounds.cpp	2010-07-22 12:42:35 UTC (rev 51141)
+++ scummvm/trunk/engines/sci/engine/workarounds.cpp	2010-07-22 13:19:59 UTC (rev 51142)
@@ -82,6 +82,7 @@
     { GID_QFG2,           -1,    71,  0,        "theInvSheet", "doit",           -1,    1, { WORKAROUND_FAKE,   0 } }, // accessing the inventory
     { GID_SQ1,            -1,   703,  0,                   "", "export 1",       -1,    0, { WORKAROUND_FAKE,   0 } }, // sub that's called from several objects while on sarien battle cruiser
     { GID_SQ1,            -1,   703,  0,         "firePulsar", "changeState", 0x18a,    0, { WORKAROUND_FAKE,   0 } }, // export 1, but called locally (when shooting at aliens)
+    { GID_SQ4,            -1,   398,  0,            "showBox", "changeState",    -1,    0, { WORKAROUND_FAKE,   0 } }, // sq4cd: called when rummaging in Software Excess bargain bin
     { GID_SQ4,            -1,   928,  0,           "Narrator", "startText",      -1, 1000, { WORKAROUND_FAKE,   1 } }, // sq4cd: method returns this to the caller
     { GID_SQ6,           100,     0,  0,                "SQ6", "init",           -1,    2, { WORKAROUND_FAKE,   0 } }, // called when the game starts
     { GID_SQ6,           100, 64950,  0,               "View", "handleEvent",    -1,    0, { WORKAROUND_FAKE,   0 } }, // called when pressing "Start game" in the main menu


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