aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/workarounds.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2010-07-26 06:30:15 +0000
committerFilippos Karapetis2010-07-26 06:30:15 +0000
commit703c8b665a42a7cb5356e6a8d019d9863d420535 (patch)
treeb5bbdbebd3951971e4007fed3794d7f92e47a476 /engines/sci/engine/workarounds.cpp
parent9074103d4402d1be5758da9bdbbdd87a9189f2de (diff)
downloadscummvm-rg350-703c8b665a42a7cb5356e6a8d019d9863d420535.tar.gz
scummvm-rg350-703c8b665a42a7cb5356e6a8d019d9863d420535.tar.bz2
scummvm-rg350-703c8b665a42a7cb5356e6a8d019d9863d420535.zip
SCI: Fixed bug #3034490 , "signature mismatch in laura bow 2 introduction"
svn-id: r51298
Diffstat (limited to 'engines/sci/engine/workarounds.cpp')
-rw-r--r--engines/sci/engine/workarounds.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp
index 6d74adde53..b1da529267 100644
--- a/engines/sci/engine/workarounds.cpp
+++ b/engines/sci/engine/workarounds.cpp
@@ -179,6 +179,14 @@ const SciWorkaroundEntry kGraphRedrawBox_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
+ // TODO
+ //{ GID_LAURABOW2, 220, 999, 0, "", "export 6", -1, 0, { WORKAROUND_FAKE, 0 } }, // during the intro, when talking to Mr. Augustini
+ SCI_WORKAROUNDENTRY_TERMINATOR
+};
+
+// 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
SCI_WORKAROUNDENTRY_TERMINATOR