aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/workarounds.h
diff options
context:
space:
mode:
authorFilippos Karapetis2010-08-19 15:58:39 +0000
committerFilippos Karapetis2010-08-19 15:58:39 +0000
commit780dacf48d7c0a4912036762bfa5ffc93bbe2429 (patch)
tree4674554e59601e5b996df9dc896a077d77c4e1f1 /engines/sci/engine/workarounds.h
parentc427ecb7ccdd88b02712eb2f357d44fb999236df (diff)
downloadscummvm-rg350-780dacf48d7c0a4912036762bfa5ffc93bbe2429.tar.gz
scummvm-rg350-780dacf48d7c0a4912036762bfa5ffc93bbe2429.tar.bz2
scummvm-rg350-780dacf48d7c0a4912036762bfa5ffc93bbe2429.zip
SCI: Fixed one of the bugs in hoyle3, from bug report #3038837 - "HOYLE3: EGA/VGA Crashes" (that report includes more issues)
svn-id: r52213
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 f7fbc2269a..bf1ac3a445 100644
--- a/engines/sci/engine/workarounds.h
+++ b/engines/sci/engine/workarounds.h
@@ -72,6 +72,7 @@ extern const SciWorkaroundEntry opcodeDivWorkarounds[];
extern const SciWorkaroundEntry opcodeDptoaWorkarounds[];
extern const SciWorkaroundEntry opcodeGeWorkarounds[];
extern const SciWorkaroundEntry opcodeLeWorkarounds[];
+extern const SciWorkaroundEntry opcodeUltWorkarounds[];
extern const SciWorkaroundEntry opcodeLaiWorkarounds[];
extern const SciWorkaroundEntry opcodeLsiWorkarounds[];
extern const SciWorkaroundEntry opcodeMulWorkarounds[];