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

tdhs at users.sourceforge.net tdhs at users.sourceforge.net
Thu Jul 22 19:12:52 CEST 2010


Revision: 51151
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51151&view=rev
Author:   tdhs
Date:     2010-07-22 17:12:51 +0000 (Thu, 22 Jul 2010)

Log Message:
-----------
SCI: Added remaining workarounds to SQ4 Skate-o-rama area.

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 16:22:48 UTC (rev 51150)
+++ scummvm/trunk/engines/sci/engine/workarounds.cpp	2010-07-22 17:12:51 UTC (rev 51151)
@@ -141,6 +141,8 @@
 
 //    gameID,           room,script,lvl,          object-name, method-name,    call,index,                workaround
 const SciWorkaroundEntry kGraphRedrawBox_workarounds[] = {
+    { GID_SQ4,           405,   405,  0,       "swimAfterEgo", "changeState",    -1,    0, { WORKAROUND_STILLCALL, 0 } }, // skateOrama when "swimming" in the air - accidental additional parameter specified
+    { GID_SQ4,           406,   406,  0,       "swimAndShoot", "changeState",    -1,    0, { WORKAROUND_STILLCALL, 0 } }, // skateOrama when "swimming" in the air - accidental additional parameter specified
     { GID_SQ4,           410,   410,  0,       "swimAfterEgo", "changeState",    -1,    0, { WORKAROUND_STILLCALL, 0 } }, // skateOrama when "swimming" in the air - accidental additional parameter specified
     { GID_SQ4,           411,   411,  0,       "swimAndShoot", "changeState",    -1,    0, { WORKAROUND_STILLCALL, 0 } }, // skateOrama when "swimming" in the air - accidental additional parameter specified
     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