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

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Tue Jul 27 02:03:46 CEST 2010


Revision: 51337
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51337&view=rev
Author:   mthreepwood
Date:     2010-07-27 00:03:45 +0000 (Tue, 27 Jul 2010)

Log Message:
-----------
SCI: Add workaround for LB1 demo

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-26 23:38:17 UTC (rev 51336)
+++ scummvm/trunk/engines/sci/engine/workarounds.cpp	2010-07-27 00:03:45 UTC (rev 51337)
@@ -124,6 +124,7 @@
     { GID_QFG1,           64,    64,  0,               "rm64", "dispose",        -1,    0, { WORKAROUND_IGNORE,    0 } }, // when leaving graveyard, parameter 0 is an object
     { GID_SQ4,           150,   151,  0,        "fightScript", "dispose",        -1,    0, { WORKAROUND_IGNORE,    0 } }, // during fight with vohaul, parameter 0 is an object
     { GID_SQ4,           150,   152,  0,       "driveCloseUp", "dispose",        -1,    0, { WORKAROUND_IGNORE,    0 } }, // when choosing "beam download", parameter 0 is an object
+	{ GID_LAURABOW,      777,   777,  0,             "myStab", "changeState",    -1,    0, { WORKAROUND_IGNORE,    0 } }, // DEMO: after the will is signed, parameter 0 is an object
     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