mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-23 18:24:59 +00:00
SCI: Added another workaround to SQ4 Skate-o-rama area.
svn-id: r51149
This commit is contained in:
parent
b587bf35c8
commit
34c8f5dcc5
@ -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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user