aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/workarounds.h
diff options
context:
space:
mode:
authorFilippos Karapetis2014-02-19 03:02:44 +0200
committerFilippos Karapetis2014-02-19 03:03:11 +0200
commit311471c857221bf9045291e467c95fbc6dfe8189 (patch)
tree332a2d6717a77c52d1919be8299ba226bc4e577f /engines/sci/engine/workarounds.h
parente8076473bd9c6c75cc10b7903e142bcb13d27915 (diff)
downloadscummvm-rg350-311471c857221bf9045291e467c95fbc6dfe8189.tar.gz
scummvm-rg350-311471c857221bf9045291e467c95fbc6dfe8189.tar.bz2
scummvm-rg350-311471c857221bf9045291e467c95fbc6dfe8189.zip
SCI: Fix script bug #6485 - "SCI: MUMG EGA - kStrCpy error"
Diffstat (limited to 'engines/sci/engine/workarounds.h')
-rw-r--r--engines/sci/engine/workarounds.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/engine/workarounds.h b/engines/sci/engine/workarounds.h
index 4f1071ca0a..2e73dddbe3 100644
--- a/engines/sci/engine/workarounds.h
+++ b/engines/sci/engine/workarounds.h
@@ -93,6 +93,7 @@ extern const SciWorkaroundEntry kPaletteUnsetFlag_workarounds[];
extern const SciWorkaroundEntry kSetCursor_workarounds[];
extern const SciWorkaroundEntry kSetPort_workarounds[];
extern const SciWorkaroundEntry kStrAt_workarounds[];
+extern const SciWorkaroundEntry kStrCpy_workarounds[];
extern const SciWorkaroundEntry kStrLen_workarounds[];
extern const SciWorkaroundEntry kUnLoad_workarounds[];