diff options
author | Martin Kiewitz | 2010-07-26 09:34:15 +0000 |
---|---|---|
committer | Martin Kiewitz | 2010-07-26 09:34:15 +0000 |
commit | ea8271f3cb3af273842d9848d6dde9b222e5cf40 (patch) | |
tree | 270640b0d2dc314910cc6f12b4fbefcb7a0127ac /engines/sci | |
parent | 9da4c3f883892d753ba31526aa7183300ffcd27c (diff) | |
download | scummvm-rg350-ea8271f3cb3af273842d9848d6dde9b222e5cf40.tar.gz scummvm-rg350-ea8271f3cb3af273842d9848d6dde9b222e5cf40.tar.bz2 scummvm-rg350-ea8271f3cb3af273842d9848d6dde9b222e5cf40.zip |
SCI: combined lb2 workaround
svn-id: r51307
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/engine/workarounds.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp index 5a4839d1d8..8bf6e4813c 100644 --- a/engines/sci/engine/workarounds.cpp +++ b/engines/sci/engine/workarounds.cpp @@ -192,8 +192,7 @@ const SciWorkaroundEntry kIsObject_workarounds[] = { // gameID, room,script,lvl, object-name, method-name, call,index, workaround const SciWorkaroundEntry kMemory_workarounds[] = { - { GID_LAURABOW2, 160, 999, 0, "", "export 6", -1, 0, { WORKAROUND_FAKE, 0 } }, // during the intro, when exiting the train - { GID_LAURABOW2, 220, 999, 0, "", "export 6", -1, 0, { WORKAROUND_FAKE, 0 } }, // during the intro, when talking to Mr. Augustini + { GID_LAURABOW2, -1, 999, 0, "", "export 6", -1, 0, { WORKAROUND_FAKE, 0 } }, // during the intro, when exiting the train, talking to Mr. Augustini, etc. SCI_WORKAROUNDENTRY_TERMINATOR }; |