aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen.h
diff options
context:
space:
mode:
authorOystein Eftevaag2006-03-18 04:41:34 +0000
committerOystein Eftevaag2006-03-18 04:41:34 +0000
commit05ee5cf2bdca6b97b6cd7ce93bfbe80cfc9a61fe (patch)
tree5b89b610c0bcdd7be80485de3c5998a239e6047f /engines/kyra/screen.h
parentdcf029e947fc8cfafe06c86957222040a08df321 (diff)
downloadscummvm-rg350-05ee5cf2bdca6b97b6cd7ce93bfbe80cfc9a61fe.tar.gz
scummvm-rg350-05ee5cf2bdca6b97b6cd7ce93bfbe80cfc9a61fe.tar.bz2
scummvm-rg350-05ee5cf2bdca6b97b6cd7ce93bfbe80cfc9a61fe.zip
Extends seq_drinkPotionAnim() so that the color of the flask Brandon
drinks will be correct. Also fixes a bug where an animation (Brandon ringing the bells) would play too quickly. svn-id: r21354
Diffstat (limited to 'engines/kyra/screen.h')
-rw-r--r--engines/kyra/screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/screen.h b/engines/kyra/screen.h
index 65e7804753..5b50e2e5b1 100644
--- a/engines/kyra/screen.h
+++ b/engines/kyra/screen.h
@@ -99,6 +99,7 @@ public:
void fadeToBlack();
void fadeSpecialPalette(int palIndex, int startIndex, int size, int fadeTime);
void fadePalette(const uint8 *palData, int delay);
+ void setPaletteIndex(uint8 index, uint8 red, uint8 green, uint8 blue);
void setScreenPalette(const uint8 *palData);
void copyToPage0(int y, int h, uint8 page, uint8 *seqBuf);
void copyRegion(int x1, int y1, int x2, int y2, int w, int h, int srcPage, int dstPage, int flags=0);