aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-06-29 16:08:28 +0000
committerJohannes Schickel2009-06-29 16:08:28 +0000
commit3b7f11d4cce9f72fc451fec74559dfc44352c76a (patch)
treef502b12ad2cc5e9a70df3da70d6aa81f7ee9a6e9 /engines/kyra/lol.h
parentc09985db2c8222feb2ab0aaa1aa2e562ce423141 (diff)
downloadscummvm-rg350-3b7f11d4cce9f72fc451fec74559dfc44352c76a.tar.gz
scummvm-rg350-3b7f11d4cce9f72fc451fec74559dfc44352c76a.tar.bz2
scummvm-rg350-3b7f11d4cce9f72fc451fec74559dfc44352c76a.zip
Change LoLEngine::generateFlashPalette to take Palette objects as parameters.
svn-id: r41948
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r--engines/kyra/lol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h
index a9eb971fbd..12000c31fa 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -874,7 +874,7 @@ private:
void transformRegion(int x1, int y1, int x2, int y2, int w, int h, int srcPage, int dstPage);
void setPaletteBrightness(const Palette &srcPal, int brightness, int modifier);
void generateBrightnessPalette(const Palette &src, Palette &dst, int brightness, int modifier);
- void generateFlashPalette(uint8 *src, uint8 *dst, int colorFlags);
+ void generateFlashPalette(const Palette &src, Palette &dst, int colorFlags);
void updateSequenceBackgroundAnimations();
bool _dialogueField;