diff options
author | md5 | 2011-03-25 07:42:27 +0200 |
---|---|---|
committer | md5 | 2011-03-25 07:42:27 +0200 |
commit | 1f5c3a69678b924c9311c17df344f0a266c6cb6a (patch) | |
tree | bd6dac6f33898a257ab464a9c5856669e13c5b02 /engines | |
parent | c2274e90653c381d15c912b05472a78c048ac33e (diff) | |
download | scummvm-rg350-1f5c3a69678b924c9311c17df344f0a266c6cb6a.tar.gz scummvm-rg350-1f5c3a69678b924c9311c17df344f0a266c6cb6a.tar.bz2 scummvm-rg350-1f5c3a69678b924c9311c17df344f0a266c6cb6a.zip |
SCI: Extended a workaround for KQ7 to apply in all rooms
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/engine/workarounds.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp index 17c9f9fa0f..bd93f602f8 100644 --- a/engines/sci/engine/workarounds.cpp +++ b/engines/sci/engine/workarounds.cpp @@ -90,7 +90,7 @@ const SciWorkaroundEntry uninitializedReadWorkarounds[] = { { GID_KQ6, 520, 520, 0, "rm520", "init", -1, 0, { WORKAROUND_FAKE, 0 } }, // going to boiling water trap on beast isle { GID_KQ6, -1, 903, 0, "controlWin", "open", -1, 4, { WORKAROUND_FAKE, 0 } }, // when opening the controls window (save, load etc) { GID_KQ6, -1, 907, 0, "tomato", "doVerb", -1, 2, { WORKAROUND_FAKE, 0 } }, // when looking at the rotten tomato in the inventory - bug #3059544 - { GID_KQ7, 30, 64996, 0, "User", "handleEvent", -1, 1, { WORKAROUND_FAKE, 0 } }, // called when pushing a keyboard key + { GID_KQ7, -1, 64996, 0, "User", "handleEvent", -1, 1, { WORKAROUND_FAKE, 0 } }, // called when pushing a keyboard key { GID_LAURABOW, 37, 0, 0, "CB1", "doit", -1, 1, { WORKAROUND_FAKE, 0 } }, // when going up the stairs (bug #3037694) { GID_LAURABOW, -1, 967, 0, "myIcon", "cycle", -1, 1, { WORKAROUND_FAKE, 0 } }, // having any portrait conversation coming up (initial bug #3034985) { GID_LAURABOW2, -1, 24, 0, "gcWin", "open", -1, 5, { WORKAROUND_FAKE, 0xf } }, // is used as priority for game menu |