aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
diff options
context:
space:
mode:
authorMartin Kiewitz2010-07-17 18:51:54 +0000
committerMartin Kiewitz2010-07-17 18:51:54 +0000
commitfb206fb7c0227ba24afc7c12cfd55d5219dcbe77 (patch)
tree38c85d374ad396b104d99138c72ac5d5c7930ec2 /engines/sci/engine
parent0b48a71c9955b39117e2eb35b3e398f5c95c008a (diff)
downloadscummvm-rg350-fb206fb7c0227ba24afc7c12cfd55d5219dcbe77.tar.gz
scummvm-rg350-fb206fb7c0227ba24afc7c12cfd55d5219dcbe77.tar.bz2
scummvm-rg350-fb206fb7c0227ba24afc7c12cfd55d5219dcbe77.zip
SCI: added uninitialized workaround for lsl3
svn-id: r50965
Diffstat (limited to 'engines/sci/engine')
-rw-r--r--engines/sci/engine/vm.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sci/engine/vm.cpp b/engines/sci/engine/vm.cpp
index 900d843867..c01f701f75 100644
--- a/engines/sci/engine/vm.cpp
+++ b/engines/sci/engine/vm.cpp
@@ -379,6 +379,10 @@ static const SciWorkaroundEntry uninitializedReadWorkarounds[] = {
{ GID_LAURABOW2, 24, 0, "gcWin", "open", -1, 5, { 0, 0xf } }, // is used as priority for game menu
{ GID_LSL1, 250, 0, "increase", "handleEvent", -1, 2, { 0, 0 } }, // casino, playing game, increasing bet
{ GID_LSL1, 720, 0, "rm720", "init", -1, 0, { 0, 0 } }, // age check room
+ { GID_LSL3, 340, 0, "ComicScript", "changeState", -1, 200, { 0, 0 } }, // right after entering the 3 ethnic groups inside comedy club
+ { GID_LSL3, 340, 0, "ComicScript", "changeState", -1, 201, { 0, 0 } }, // see above
+ { GID_LSL3, 340, 0, "ComicScript", "changeState", -1, 202, { 0, 0 } }, // see above
+ { GID_LSL3, 340, 0, "ComicScript", "changeState", -1, 203, { 0, 0 } }, // see above
{ GID_LSL3, 997, 0, "TheMenuBar", "handleEvent", -1, 1, { 0, 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, 85, 0, "washcloth", "doVerb", -1, 0, { 0, 0 } }, // washcloth in inventory
{ GID_LSL6, 928, -1, "Narrator", "startText", -1, 0, { 0, 0 } }, // used by various objects that are even translated in foreign versions, that's why we use the base-class