diff options
author | Filippos Karapetis | 2010-07-29 12:43:33 +0000 |
---|---|---|
committer | Filippos Karapetis | 2010-07-29 12:43:33 +0000 |
commit | a64131ec0f588fca6dfadb2a52a5e8f9eb739bba (patch) | |
tree | 0911ab9fc1c23ccbf0af9b4f9fcdf71302478158 /engines/sci | |
parent | 28de229b518c91f46fd03758df0fb5d7553c7c02 (diff) | |
download | scummvm-rg350-a64131ec0f588fca6dfadb2a52a5e8f9eb739bba.tar.gz scummvm-rg350-a64131ec0f588fca6dfadb2a52a5e8f9eb739bba.tar.bz2 scummvm-rg350-a64131ec0f588fca6dfadb2a52a5e8f9eb739bba.zip |
SCI: Fixed script bug #3036483 - "LSL2: Crash at the ship"
svn-id: r51463
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/engine/workarounds.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp index b6cbf3e2bb..30f03f54a3 100644 --- a/engines/sci/engine/workarounds.cpp +++ b/engines/sci/engine/workarounds.cpp @@ -90,6 +90,7 @@ const SciWorkaroundEntry uninitializedReadWorkarounds[] = { { GID_LAURABOW2, 240, 240, 0, "sSteveAnimates", "changeState", -1, 0, { WORKAROUND_FAKE, 0 } }, // Steve Dorian's idle animation at the docks - bug #3036291 { GID_LSL1, 250, 250, 0, "increase", "handleEvent", -1, 2, { WORKAROUND_FAKE, 0 } }, // casino, playing game, increasing bet { GID_LSL1, 720, 720, 0, "rm720", "init", -1, 0, { WORKAROUND_FAKE, 0 } }, // age check room + { GID_LSL2, 38, 38, 0, "cloudScript", "changeState", -1, 1, { WORKAROUND_FAKE, 0 } }, // entering the room in the middle deck of the ship - bug #3036483 { GID_LSL3, 340, 340, 0, "ComicScript", "changeState", -1, -1, { WORKAROUND_FAKE, 0 } }, // right after entering the 3 ethnic groups inside comedy club (temps 200, 201, 202, 203) { GID_LSL3, -1, 997, 0, "TheMenuBar", "handleEvent", -1, 1, { WORKAROUND_FAKE, 0xf } }, // when setting volume the first time, this temp is used to set volume on entry (normally it would have been initialized to 's') { GID_LSL6, -1, 85, 0, "washcloth", "doVerb", -1, 0, { WORKAROUND_FAKE, 0 } }, // washcloth in inventory |