aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/palette.h
diff options
context:
space:
mode:
authorMartin Kiewitz2010-07-11 10:11:31 +0000
committerMartin Kiewitz2010-07-11 10:11:31 +0000
commitc77c84f5c52deb34930ed4e7f627ad672579c74c (patch)
tree36466c41e6c9f67088401973c827efdc2b1f3bd9 /engines/sci/graphics/palette.h
parentdf6ead5f93758aa9871594fc3872930eaf9c9d60 (diff)
downloadscummvm-rg350-c77c84f5c52deb34930ed4e7f627ad672579c74c.tar.gz
scummvm-rg350-c77c84f5c52deb34930ed4e7f627ad672579c74c.tar.bz2
scummvm-rg350-c77c84f5c52deb34930ed4e7f627ad672579c74c.zip
SCI: also sync palette after playing movies, fixes kq6 intro
svn-id: r50798
Diffstat (limited to 'engines/sci/graphics/palette.h')
-rw-r--r--engines/sci/graphics/palette.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sci/graphics/palette.h b/engines/sci/graphics/palette.h
index 1fa8c16d26..6af1d5a490 100644
--- a/engines/sci/graphics/palette.h
+++ b/engines/sci/graphics/palette.h
@@ -65,6 +65,8 @@ public:
void kernelAnimateSet();
void kernelAssertPalette(GuiResourceId resourceId);
+ void kernelSyncScreenPalette();
+
bool kernelPalVaryInit(GuiResourceId resourceId, uint16 ticks, uint16 stepStop, uint16 direction);
int16 kernelPalVaryReverse(int16 ticks, uint16 stepStop, int16 direction);
int16 kernelPalVaryGetCurrentStep();