SCI: Added another workaround to SQ4 Skate-o-rama area.

svn-id: r51149
This commit is contained in:
David Turner 2010-07-22 16:12:04 +00:00
parent b587bf35c8
commit 34c8f5dcc5

View File

@ -141,6 +141,7 @@ const SciWorkaroundEntry kGraphFillBoxAny_workarounds[] = {
// 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
};