From fa10ee66e46be4a08743f920ec50f11df1017a12 Mon Sep 17 00:00:00 2001 From: md5 Date: Sat, 12 Mar 2011 23:48:56 +0200 Subject: 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. --- engines/sci/engine/workarounds.h | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/sci/engine/workarounds.h') 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[]; -- cgit v1.2.3