aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/workarounds.h
diff options
context:
space:
mode:
authorFilippos Karapetis2016-03-02 21:42:56 +0200
committerFilippos Karapetis2016-03-02 21:43:27 +0200
commit5125652be2a0aaeaa362e12aea2231ba144d6b28 (patch)
treeb4692c60724356532765b1c9ba688c1b6099d0e1 /engines/sci/engine/workarounds.h
parent858859294733f080ea2902469dfd392635464a21 (diff)
downloadscummvm-rg350-5125652be2a0aaeaa362e12aea2231ba144d6b28.tar.gz
scummvm-rg350-5125652be2a0aaeaa362e12aea2231ba144d6b28.tar.bz2
scummvm-rg350-5125652be2a0aaeaa362e12aea2231ba144d6b28.zip
SCI32: Add a workaround for kPalVarySetPercent in GK1 (chapter change)
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 46059a175c..8f519a8c9c 100644
--- a/engines/sci/engine/workarounds.h
+++ b/engines/sci/engine/workarounds.h
@@ -89,6 +89,7 @@ extern const SciWorkaroundEntry kIsObject_workarounds[];
extern const SciWorkaroundEntry kMemory_workarounds[];
extern const SciWorkaroundEntry kMoveCursor_workarounds[];
extern const SciWorkaroundEntry kNewWindow_workarounds[];
+extern const SciWorkaroundEntry kPalVarySetPercent_workarounds[];
extern const SciWorkaroundEntry kReadNumber_workarounds[];
extern const SciWorkaroundEntry kPaletteUnsetFlag_workarounds[];
extern const SciWorkaroundEntry kSetCursor_workarounds[];