aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_palette.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/gui/gui_palette.h')
-rw-r--r--engines/sci/gui/gui_palette.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/gui/gui_palette.h b/engines/sci/gui/gui_palette.h
index ea63f7fe0f..f3eca7448d 100644
--- a/engines/sci/gui/gui_palette.h
+++ b/engines/sci/gui/gui_palette.h
@@ -50,7 +50,7 @@ public:
void setFlag(uint16 fromColor, uint16 toColor, uint16 flag);
void unsetFlag(uint16 fromColor, uint16 toColor, uint16 flag);
void setIntensity(uint16 fromColor, uint16 toColor, uint16 intensity, bool setPalette);
- void animate(byte fromColor, byte toColor, int speed);
+ bool animate(byte fromColor, byte toColor, int speed);
GuiPalette _sysPalette;