aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/workarounds.h
diff options
context:
space:
mode:
authorsluicebox2019-10-31 04:30:09 -0700
committersluicebox2019-10-31 04:30:09 -0700
commitcdf9954eb569060184c937a48217f7cd2a6f03f9 (patch)
treea2217a318a00ee8d978437a374ad6e688a41f2d1 /engines/sci/engine/workarounds.h
parent6c367c54151bfd4e32a8407fc1e0c36d95755036 (diff)
downloadscummvm-rg350-cdf9954eb569060184c937a48217f7cd2a6f03f9.tar.gz
scummvm-rg350-cdf9954eb569060184c937a48217f7cd2a6f03f9.tar.bz2
scummvm-rg350-cdf9954eb569060184c937a48217f7cd2a6f03f9.zip
SCI32: Add HOYLE5 kFileIOReadString workaround
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 528fa93ac3..3e626e6d35 100644
--- a/engines/sci/engine/workarounds.h
+++ b/engines/sci/engine/workarounds.h
@@ -75,6 +75,7 @@ extern const SciWorkaroundEntry kDoSoundPlay_workarounds[];
extern const SciWorkaroundEntry kDoSoundFade_workarounds[];
extern const SciWorkaroundEntry kFileIOOpen_workarounds[];
extern const SciWorkaroundEntry kFileIOCheckFreeSpace_workarounds[];
+extern const SciWorkaroundEntry kFileIOReadString_workarounds[];
extern const SciWorkaroundEntry kFindKey_workarounds[];
extern const SciWorkaroundEntry kFrameOut_workarounds[];
extern const SciWorkaroundEntry kDeleteKey_workarounds[];