aboutsummaryrefslogtreecommitdiff
path: root/engines/sky/control.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sky/control.h')
-rw-r--r--engines/sky/control.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sky/control.h b/engines/sky/control.h
index edb1b7f9d0..10cf9adc2a 100644
--- a/engines/sky/control.h
+++ b/engines/sky/control.h
@@ -203,9 +203,9 @@ private:
uint16 handleClick(ConResource *pButton);
uint16 doMusicSlide(void);
uint16 doSpeedSlide(void);
- uint16 toggleFx(ConResource *pButton);
+ void toggleFx(ConResource *pButton);
uint16 toggleText(void);
- void toggleMusic(void);
+ void toggleMusic(ConResource *pButton);
uint16 shiftDown(uint8 speed);
uint16 shiftUp(uint8 speed);
void drawTextCross(uint32 flags);