aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/workarounds.h
diff options
context:
space:
mode:
authorMartin Kiewitz2010-07-24 20:36:36 +0000
committerMartin Kiewitz2010-07-24 20:36:36 +0000
commit50b163a106fba1dea763030727765f4f3fe311bb (patch)
treefdf034af226710b6c09a7c7c8f879295d2a0baf9 /engines/sci/engine/workarounds.h
parentb0af2dc95b4125c9c7f4ff6d6246667c812b79f4 (diff)
downloadscummvm-rg350-50b163a106fba1dea763030727765f4f3fe311bb.tar.gz
scummvm-rg350-50b163a106fba1dea763030727765f4f3fe311bb.tar.bz2
scummvm-rg350-50b163a106fba1dea763030727765f4f3fe311bb.zip
SCI: adding workaround for castle of dr. brain
room 420, alien card game svn-id: r51257
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 ab88505103..11d3824c83 100644
--- a/engines/sci/engine/workarounds.h
+++ b/engines/sci/engine/workarounds.h
@@ -76,6 +76,7 @@ extern const SciWorkaroundEntry kDisplay_workarounds[];
extern const SciWorkaroundEntry kDisposeScript_workarounds[];
extern const SciWorkaroundEntry kDoSoundFade_workarounds[];
extern const SciWorkaroundEntry kGraphDrawLine_workarounds[];
+extern const SciWorkaroundEntry kGraphSaveBox_workarounds[];
extern const SciWorkaroundEntry kGraphRestoreBox_workarounds[];
extern const SciWorkaroundEntry kGraphFillBoxForeground_workarounds[];
extern const SciWorkaroundEntry kGraphFillBoxAny_workarounds[];