SCI: Fixed script bug #3040844 - "QFG3: Crash near the end"

svn-id: r51808
This commit is contained in:
Filippos Karapetis 2010-08-06 21:52:16 +00:00
parent 8ddcf3942b
commit 92dfff36bf

View File

@ -335,6 +335,7 @@ const SciWorkaroundEntry kSetCursor_workarounds[] = {
// gameID, room,script,lvl, object-name, method-name, call,index, workaround
const SciWorkaroundEntry kSetPort_workarounds[] = {
{ GID_LSL6, 740, 740, 0, "rm740", "drawPic", -1, 0, { WORKAROUND_IGNORE, 0 } }, // ending scene, is called with additional 3 (!) parameters
{ GID_QFG3, 830, 830, 0, "portalOpens", "changeState", -1, 0, { WORKAROUND_IGNORE, 0 } }, // when the portal appears during the end, bug #3040844
SCI_WORKAROUNDENTRY_TERMINATOR
};