aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/workarounds.h
diff options
context:
space:
mode:
authormd52011-03-12 23:48:56 +0200
committermd52011-03-12 23:48:56 +0200
commitfa10ee66e46be4a08743f920ec50f11df1017a12 (patch)
treea616cc576fdd2ed7f6f9ea31b8f307756504b49a /engines/sci/engine/workarounds.h
parent5dce3235e97758a76bac899d80e8166dcf33986d (diff)
downloadscummvm-rg350-fa10ee66e46be4a08743f920ec50f11df1017a12.tar.gz
scummvm-rg350-fa10ee66e46be4a08743f920ec50f11df1017a12.tar.bz2
scummvm-rg350-fa10ee66e46be4a08743f920ec50f11df1017a12.zip
SCI: Added proper fix for bug #3048054 - "LONGBOW: crash when opening hand code"
This was caused by a buggy script, most probably the result of an incorrect copy/paste while processing the original script. Fixed with a script patch.
Diffstat (limited to 'engines/sci/engine/workarounds.h')
-rw-r--r--engines/sci/engine/workarounds.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sci/engine/workarounds.h b/engines/sci/engine/workarounds.h
index 7ab73cdff2..c7721aa787 100644
--- a/engines/sci/engine/workarounds.h
+++ b/engines/sci/engine/workarounds.h
@@ -95,7 +95,6 @@ extern const SciWorkaroundEntry kPaletteUnsetFlag_workarounds[];
extern const SciWorkaroundEntry kSetCursor_workarounds[];
extern const SciWorkaroundEntry kSetPort_workarounds[];
extern const SciWorkaroundEntry kStrAt_workarounds[];
-extern const SciWorkaroundEntry kStrCat_workarounds[];
extern const SciWorkaroundEntry kStrLen_workarounds[];
extern const SciWorkaroundEntry kUnLoad_workarounds[];