diff options
author | Martin Kiewitz | 2010-07-26 18:40:49 +0000 |
---|---|---|
committer | Martin Kiewitz | 2010-07-26 18:40:49 +0000 |
commit | 4940819df6d7eee7a5b6b1ebcc08e8ac35ad0268 (patch) | |
tree | 3faa10caed84fca238580cfbd654096b4f18416d /engines/sci/engine/workarounds.cpp | |
parent | 85f9bb1e0c9d55a053378d02095ed1f3aa38aea9 (diff) | |
download | scummvm-rg350-4940819df6d7eee7a5b6b1ebcc08e8ac35ad0268.tar.gz scummvm-rg350-4940819df6d7eee7a5b6b1ebcc08e8ac35ad0268.tar.bz2 scummvm-rg350-4940819df6d7eee7a5b6b1ebcc08e8ac35ad0268.zip |
SCI: reverting r51304, broke kq6 hires
svn-id: r51329
Diffstat (limited to 'engines/sci/engine/workarounds.cpp')
-rw-r--r-- | engines/sci/engine/workarounds.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/sci/engine/workarounds.cpp b/engines/sci/engine/workarounds.cpp index 8085815aa2..812030cafd 100644 --- a/engines/sci/engine/workarounds.cpp +++ b/engines/sci/engine/workarounds.cpp @@ -112,12 +112,6 @@ const SciWorkaroundEntry kAbs_workarounds[] = { }; // gameID, room,script,lvl, object-name, method-name, call,index, workaround -const SciWorkaroundEntry kDrawCel_workarounds[] = { - { GID_QFG4, 371, 22, 0, "GloryWindow", "<noname 196>", -1, 0, { WORKAROUND_STILLCALL, 0 } }, // when Dr. Cranium talks, gets called with 1 extra parameter - SCI_WORKAROUNDENTRY_TERMINATOR -}; - -// gameID, room,script,lvl, object-name, method-name, call,index, workaround const SciWorkaroundEntry kDisplay_workarounds[] = { { GID_ISLANDBRAIN, 300, 300, 0, "geneDude", "show", -1, 0, { WORKAROUND_IGNORE, 0 } }, // when looking at the gene explanation chart - a parameter is an object { GID_SQ4, 391, 391, 0, "doCatalog", "mode", 0x84, 0, { WORKAROUND_IGNORE, 0 } }, // clicking on catalog in roboter sale - a parameter is an object |