aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/workarounds.h
diff options
context:
space:
mode:
authorFilippos Karapetis2018-08-22 23:46:12 +0300
committerFilippos Karapetis2018-08-23 01:59:26 +0300
commit5e2db7a1788573ea7e5683d6a9d56a8f55ec485d (patch)
treeddb33fa25986d679e5faafdc9201b01bc9804354 /engines/sci/engine/workarounds.h
parentefd594993d7903185d3d20738a9f875e543b3328 (diff)
downloadscummvm-rg350-5e2db7a1788573ea7e5683d6a9d56a8f55ec485d.tar.gz
scummvm-rg350-5e2db7a1788573ea7e5683d6a9d56a8f55ec485d.tar.bz2
scummvm-rg350-5e2db7a1788573ea7e5683d6a9d56a8f55ec485d.zip
SCI32: Add workarounds for OOB reads for parameters
These are mostly used to silence known cases, for now. Some workarounds of this type have already been addded
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 a462fddcaa..ff1f5c6a87 100644
--- a/engines/sci/engine/workarounds.h
+++ b/engines/sci/engine/workarounds.h
@@ -62,6 +62,7 @@ struct SciWorkaroundEntry {
extern const SciWorkaroundEntry arithmeticWorkarounds[];
extern const SciWorkaroundEntry uninitializedReadWorkarounds[];
+extern const SciWorkaroundEntry uninitializedReadForParamWorkarounds[];
extern const SciWorkaroundEntry kAbs_workarounds[];
extern const SciWorkaroundEntry kCelHigh_workarounds[];
extern const SciWorkaroundEntry kCelWide_workarounds[];