aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/workarounds.h
diff options
context:
space:
mode:
authorMartin Kiewitz2010-07-22 14:43:19 +0000
committerMartin Kiewitz2010-07-22 14:43:19 +0000
commit6c41ca440509d2f965c71d8fcd0502b4d042d0a6 (patch)
treeed53a1f7602ebbe0067c50021bf661e7ded50006 /engines/sci/engine/workarounds.h
parentc1ad4a1110e7f5a9b9e8e88015052cf51abda1a3 (diff)
downloadscummvm-rg350-6c41ca440509d2f965c71d8fcd0502b4d042d0a6.tar.gz
scummvm-rg350-6c41ca440509d2f965c71d8fcd0502b4d042d0a6.tar.bz2
scummvm-rg350-6c41ca440509d2f965c71d8fcd0502b4d042d0a6.zip
SCI: Adding workaround for sq4 room 411
kGraph(RestoreBox) is called with an additional parameter svn-id: r51145
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 93ffc30e2b..f480fc5f05 100644
--- a/engines/sci/engine/workarounds.h
+++ b/engines/sci/engine/workarounds.h
@@ -71,6 +71,7 @@ extern const SciWorkaroundEntry kGraphDrawLine_workarounds[];
extern const SciWorkaroundEntry kGraphRestoreBox_workarounds[];
extern const SciWorkaroundEntry kGraphFillBoxForeground_workarounds[];
extern const SciWorkaroundEntry kGraphFillBoxAny_workarounds[];
+extern const SciWorkaroundEntry kGraphRedrawBox_workarounds[];
extern const SciWorkaroundEntry kSetPort_workarounds[];
extern const SciWorkaroundEntry kUnLoad_workarounds[];
extern const SciWorkaroundEntry kStrCpy_workarounds[];