SCI: Update a workaround for the demo of QFG4 to make it work again
This commit is contained in:
parent
8b391399cc
commit
5bb473df88
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ const SciWorkaroundEntry kNewWindow_workarounds[] = {
|
|||
|
||||
// gameID, room,script,lvl, object-name, method-name, call,index, workaround
|
||||
const SciWorkaroundEntry kPaletteUnsetFlag_workarounds[] = {
|
||||
{ GID_QFG4, 100, 100, 0, "doMovie", "<noname144>", -1, 0, { WORKAROUND_IGNORE, 0 } }, // after the Sierra logo, no flags are passed, thus the call is meaningless - bug #3034506
|
||||
{ GID_QFG4, 100, 100, 0, "doMovie", "changeState", -1, 0, { WORKAROUND_IGNORE, 0 } }, // after the Sierra logo, no flags are passed, thus the call is meaningless - bug #3034506
|
||||
SCI_WORKAROUNDENTRY_TERMINATOR
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue