aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/workarounds.cpp
diff options
context:
space:
mode:
authorDavid Turner2010-07-22 16:12:04 +0000
committerDavid Turner2010-07-22 16:12:04 +0000
commit34c8f5dcc5e1b63b1d97e836fdaabc4e9810acce (patch)
tree1c9d8014609d6636c27a97178a1fcbfad50b83e6 /engines/sci/engine/workarounds.cpp
parentb587bf35c8207a71b894d60edba7b30bab84adde (diff)
downloadscummvm-rg350-34c8f5dcc5e1b63b1d97e836fdaabc4e9810acce.tar.gz
scummvm-rg350-34c8f5dcc5e1b63b1d97e836fdaabc4e9810acce.tar.bz2
scummvm-rg350-34c8f5dcc5e1b63b1d97e836fdaabc4e9810acce.zip
SCI: Added another workaround to SQ4 Skate-o-rama area.
svn-id: r51149
Diffstat (limited to 'engines/sci/engine/workarounds.cpp')
-rw-r--r--engines/sci/engine/workarounds.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp
index fcad97f7b9..f15390a9c3 100644
--- a/engines/sci/engine/workarounds.cpp
+++ b/engines/sci/engine/workarounds.cpp
@@ -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
};