aboutsummaryrefslogtreecommitdiff
path: root/engines/sky/control.h
diff options
context:
space:
mode:
authorMax Horn2007-02-10 18:10:55 +0000
committerMax Horn2007-02-10 18:10:55 +0000
commit063e09be0246320124d197db6da3cb1a73245ffe (patch)
tree92bcd7b2e63e3f5cf5a324ec7d7a7f97e5b0b2df /engines/sky/control.h
parenta14e90478c3e45a2fdc8eaf9edb975cf42fc5742 (diff)
downloadscummvm-rg350-063e09be0246320124d197db6da3cb1a73245ffe.tar.gz
scummvm-rg350-063e09be0246320124d197db6da3cb1a73245ffe.tar.bz2
scummvm-rg350-063e09be0246320124d197db6da3cb1a73245ffe.zip
Patch #1656801 (BASS: various control panel fixes), which fixes bug #1548779 (BASS: Control panel inconsistency for FX/Music button texts)
svn-id: r25473
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);