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

tdhs at users.sourceforge.net tdhs at users.sourceforge.net
Fri Jul 23 01:54:20 CEST 2010


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

Log Message:
-----------
SCI: Added Workaround for SQ4CD Droid in Supercomputer Maze.

There are about 20 screens, but all screens seem to share the same script, 704, so have added a -1 general exception.

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 23:16:33 UTC (rev 51179)
+++ scummvm/trunk/engines/sci/engine/workarounds.cpp	2010-07-22 23:54:19 UTC (rev 51180)
@@ -145,6 +145,7 @@
     { 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
+    { GID_SQ4,            -1,   704,  0,           "shootEgo", "changeState",    -1,    0, { WORKAROUND_STILLCALL, 0 } }, // When shot by Droid in Super Computer Maze (Rooms 500, 505, 510...) - 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