aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/workarounds.h
diff options
context:
space:
mode:
authorColin Snover2016-09-26 10:33:52 -0500
committerColin Snover2016-09-29 19:39:16 -0500
commit2035e21667b746c346e9f95658109904a86597d3 (patch)
tree2971c7dc7b162cc167db21e59ab4ec4a8971c019 /engines/sci/engine/workarounds.h
parent07e1dc3ca5c51130d44fb1f54ceb399ee9039957 (diff)
downloadscummvm-rg350-2035e21667b746c346e9f95658109904a86597d3.tar.gz
scummvm-rg350-2035e21667b746c346e9f95658109904a86597d3.tar.bz2
scummvm-rg350-2035e21667b746c346e9f95658109904a86597d3.zip
SCI32: Add workaround for kNumCels
This workaround may be able to be vastly simplified in the future since, so far, simply returning the number of cels in loop 0 is enough to make all the scripts with this bug work as expected.
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 a272baecd9..d1e985dcf1 100644
--- a/engines/sci/engine/workarounds.h
+++ b/engines/sci/engine/workarounds.h
@@ -85,6 +85,7 @@ extern const SciWorkaroundEntry kIsObject_workarounds[];
extern const SciWorkaroundEntry kMemory_workarounds[];
extern const SciWorkaroundEntry kMoveCursor_workarounds[];
extern const SciWorkaroundEntry kNewWindow_workarounds[];
+extern const SciWorkaroundEntry kNumCels_workarounds[];
extern const SciWorkaroundEntry kPalVarySetPercent_workarounds[];
extern const SciWorkaroundEntry kRandom_workarounds[];
extern const SciWorkaroundEntry kReadNumber_workarounds[];