diff options
author | David Turner | 2010-07-22 13:19:59 +0000 |
---|---|---|
committer | David Turner | 2010-07-22 13:19:59 +0000 |
commit | debe58cd3871882caec7188dc51707bf616ffe35 (patch) | |
tree | 8cf7fcf3c8650765b5b74c1e2f5474ef73d63088 /engines/sci/engine/workarounds.cpp | |
parent | 8eca9d6acb55ae121145ca5779c493244a6499f3 (diff) | |
download | scummvm-rg350-debe58cd3871882caec7188dc51707bf616ffe35.tar.gz scummvm-rg350-debe58cd3871882caec7188dc51707bf616ffe35.tar.bz2 scummvm-rg350-debe58cd3871882caec7188dc51707bf616ffe35.zip |
SCI: Added workaround for Engine Abort when rummaging in Software Excess bargain bin.
svn-id: r51142
Diffstat (limited to 'engines/sci/engine/workarounds.cpp')
-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 df9ab979f4..f2b499fc7a 100644 --- a/engines/sci/engine/workarounds.cpp +++ b/engines/sci/engine/workarounds.cpp @@ -82,6 +82,7 @@ const SciWorkaroundEntry uninitializedReadWorkarounds[] = { { GID_QFG2, -1, 71, 0, "theInvSheet", "doit", -1, 1, { WORKAROUND_FAKE, 0 } }, // accessing the inventory { GID_SQ1, -1, 703, 0, "", "export 1", -1, 0, { WORKAROUND_FAKE, 0 } }, // sub that's called from several objects while on sarien battle cruiser { GID_SQ1, -1, 703, 0, "firePulsar", "changeState", 0x18a, 0, { WORKAROUND_FAKE, 0 } }, // export 1, but called locally (when shooting at aliens) + { GID_SQ4, -1, 398, 0, "showBox", "changeState", -1, 0, { WORKAROUND_FAKE, 0 } }, // sq4cd: called when rummaging in Software Excess bargain bin { GID_SQ4, -1, 928, 0, "Narrator", "startText", -1, 1000, { WORKAROUND_FAKE, 1 } }, // sq4cd: method returns this to the caller { GID_SQ6, 100, 0, 0, "SQ6", "init", -1, 2, { WORKAROUND_FAKE, 0 } }, // called when the game starts { GID_SQ6, 100, 64950, 0, "View", "handleEvent", -1, 0, { WORKAROUND_FAKE, 0 } }, // called when pressing "Start game" in the main menu |