aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-06-29 16:07:46 +0000
committerJohannes Schickel2009-06-29 16:07:46 +0000
commit0bf94cb194edcdfe23a53adeb15fec6057e9bc28 (patch)
treecc2b525b85e261e6e40fe5fd479b11a52abe6bca /engines/kyra/lol.h
parentbf81e432e14c48fa303fb2d36664ced2eca3e11b (diff)
downloadscummvm-rg350-0bf94cb194edcdfe23a53adeb15fec6057e9bc28.tar.gz
scummvm-rg350-0bf94cb194edcdfe23a53adeb15fec6057e9bc28.tar.bz2
scummvm-rg350-0bf94cb194edcdfe23a53adeb15fec6057e9bc28.zip
Chang Palette parameter of LolEngine::setPaletteBrightness to be const.
svn-id: r41945
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 c632b8558d..a9eb971fbd 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -872,7 +872,7 @@ private:
void toggleSelectedCharacterFrame(bool mode);
void fadeText();
void transformRegion(int x1, int y1, int x2, int y2, int w, int h, int srcPage, int dstPage);
- void setPaletteBrightness(Palette &pal, int brightness, int modifier);
+ 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 updateSequenceBackgroundAnimations();