aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/workarounds.h
diff options
context:
space:
mode:
authorFilippos Karapetis2010-08-02 09:04:14 +0000
committerFilippos Karapetis2010-08-02 09:04:14 +0000
commitf434f901bdafc119454a119e94ea5dfba4b6ec5c (patch)
treec2c552e8f3bb3632c4b820a677a6b2464fe21afb /engines/sci/engine/workarounds.h
parent52c9c7b445f430879cadf06277a0da8fb499e4d8 (diff)
downloadscummvm-rg350-f434f901bdafc119454a119e94ea5dfba4b6ec5c.tar.gz
scummvm-rg350-f434f901bdafc119454a119e94ea5dfba4b6ec5c.tar.bz2
scummvm-rg350-f434f901bdafc119454a119e94ea5dfba4b6ec5c.zip
SCI: Fixed script bug #3038077 - "PQ3 : Engine Abort While Plotting Crimes", together with 2 subsequent similar bugs
svn-id: r51609
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 acb0c22e6c..8666d1bc6e 100644
--- a/engines/sci/engine/workarounds.h
+++ b/engines/sci/engine/workarounds.h
@@ -84,6 +84,7 @@ extern const SciWorkaroundEntry kGetAngle_workarounds[];
extern const SciWorkaroundEntry kGraphDrawLine_workarounds[];
extern const SciWorkaroundEntry kGraphSaveBox_workarounds[];
extern const SciWorkaroundEntry kGraphRestoreBox_workarounds[];
+extern const SciWorkaroundEntry kGraphUpdateBox_workarounds[];
extern const SciWorkaroundEntry kGraphFillBoxForeground_workarounds[];
extern const SciWorkaroundEntry kGraphFillBoxAny_workarounds[];
extern const SciWorkaroundEntry kGraphRedrawBox_workarounds[];