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

tdhs at users.sourceforge.net tdhs at users.sourceforge.net
Thu Jul 22 18:12:05 CEST 2010


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

Log Message:
-----------
SCI: Added another workaround 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:01:32 UTC (rev 51148)
+++ scummvm/trunk/engines/sci/engine/workarounds.cpp	2010-07-22 16:12:04 UTC (rev 51149)
@@ -141,6 +141,7 @@
 
 //    gameID,           room,script,lvl,          object-name, method-name,    call,index,                workaround
 const SciWorkaroundEntry kGraphRedrawBox_workarounds[] = {
+    { 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