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

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


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

Log Message:
-----------
SCI: Add workarounds for the camelot 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-27 01:51:10 UTC (rev 51341)
+++ scummvm/trunk/engines/sci/engine/workarounds.cpp	2010-07-27 01:52:52 UTC (rev 51342)
@@ -222,6 +222,8 @@
 	{ GID_LAURABOW2,       4,     4,  0,           "sCartoon", "changeState",    -1,    0, { WORKAROUND_IGNORE, 0 } }, // DEMO: inside the museum, a 3rd parameter is passed by accident
 	{ GID_LAURABOW2,       6,     6,  0,           "sCartoon", "changeState",    -1,    0, { WORKAROUND_IGNORE, 0 } }, // DEMO: after the murder, a 3rd parameter is passed by accident
 	{ GID_LAURABOW2,       7,     7,  0,           "sCartoon", "changeState",    -1,    0, { WORKAROUND_IGNORE, 0 } }, // DEMO: after the logo is shown, a 3rd parameter is passed by accident
+	{ GID_CAMELOT,       921,   921,  1,             "Script", "changeState",  0x36,    0, { WORKAROUND_IGNORE, 0 } }, // DEMO: While showing Camelot (and other places), the reference is invalid
+	{ GID_CAMELOT,       921,   921,  1,             "Script", "init",         0x36,    0, { WORKAROUND_IGNORE, 0 } }, // DEMO: When being attacked by the boar (and other places), the reference is invalid
     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